We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac4a297 commit bae3966Copy full SHA for bae3966
1 file changed
.github/workflows/proof-pr.yml
@@ -9,9 +9,10 @@ permissions:
9
10
jobs:
11
proof:
12
- uses: saagpatel/proof-pr/.github/workflows/proof-pr-receipt.yml@v0.2.0
+ uses: saagpatel/proof-pr/.github/workflows/proof-pr-receipt.yml@v0.2.1
13
with:
14
receipt_path: proof-pr.json
15
- proof_pr_ref: v0.2.0
+ proof_pr_ref: v0.2.1
16
+ check_public_git_metadata: true
17
artifact_name: github-repo-auditor-proof-pr
18
artifact_glob: proof-pr-artifacts/**
0 commit comments