We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbc186d commit 63eaef2Copy full SHA for 63eaef2
1 file changed
.github/workflows/verify-commits.yml
@@ -16,10 +16,9 @@ jobs:
16
with:
17
fetch-depth: 0
18
19
- - uses: auths-dev/auths-verify-github-action@v1.0.3
+ - uses: auths-dev/auths-verify-github-action@v1
20
21
allowed-signers: .auths/allowed_signers
22
- auths-version: '0.0.1-rc.8'
23
fail-on-unsigned: true
24
post-pr-comment: 'true'
25
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments