Skip to content

Commit fbc186d

Browse files
committed
refactor: specific link params
1 parent 74a19d3 commit fbc186d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/verify-commits.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818

19-
- uses: auths-dev/auths-verify-github-action@v1
19+
- uses: auths-dev/auths-verify-github-action@v1.0.3
2020
with:
2121
allowed-signers: .auths/allowed_signers
22+
auths-version: '0.0.1-rc.8'
2223
fail-on-unsigned: true
2324
post-pr-comment: 'true'
2425
github-token: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This example demonstrates how to add a "Verified by Auths" badge and verificatio
44

55
## Verification Status
66

7-
[![Verify Commits](https://github.com/auths-dev/example-verify-badge/actions/workflows/verify-commits.yml/badge.svg)](https://github.com/auths-dev/example-verify-badge/actions/workflows/verify-commits.yml)
7+
[![Verify Commits](https://github.com/auths-dev/example-verify-badge/actions/workflows/verify-commits.yml/badge.svg)](https://github.com/auths-dev/example-verify-badge/actions/workflows/verify-commits.yml?query=branch%3Amain+event%3Apush)
88

99
## Quick Start
1010

0 commit comments

Comments
 (0)