From 365d207faa9245bf55879595ee6e7f63da84610d Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Thu, 27 May 2021 16:41:56 +0200 Subject: FIPS Checksums: checkout the head of the base repo as pristine Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/15503) --- .github/workflows/fips-checksums.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/fips-checksums.yml b/.github/workflows/fips-checksums.yml index 8d17cbd5a4..0b3111c1a7 100644 --- a/.github/workflows/fips-checksums.yml +++ b/.github/workflows/fips-checksums.yml @@ -18,7 +18,8 @@ jobs: mkdir ./artifact - uses: actions/checkout@v2 with: - ref: ${{ github.event.pull_request.base.sha }} + repository: ${{ github.event.pull_request.base.repo.full_name }} + ref: ${{ github.event.pull_request.base.ref }} path: source-pristine - name: config pristine run: ../source-pristine/config enable-fips && perl configdata.pm --dump -- cgit v1.2.1