Skip to content

Commit

Permalink
FIPS Checksums: checkout the head of the base repo as pristine
Browse files Browse the repository at this point in the history
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from #15503)
  • Loading branch information
t8m authored and paulidale committed May 27, 2021
1 parent e49095f commit 365d207
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/fips-checksums.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 365d207

Please sign in to comment.