FIPS Checksums: checkout the head of the base repo as pristine
authorTomas Mraz <tomas@openssl.org>
Thu, 27 May 2021 14:41:56 +0000 (16:41 +0200)
committerPauli <pauli@openssl.org>
Thu, 27 May 2021 23:11:18 +0000 (09:11 +1000)
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15503)

.github/workflows/fips-checksums.yml

index 8d17cbd5a44f6aaeb10ca5aa1225e8f384bf73de..0b3111c1a732cb2f79f78b200368ba960bf35add 100644 (file)
@@ -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