Skip to content

Commit 52198ed

Browse files
committed
fix: Set the path differently to see if this works
1 parent 0776a85 commit 52198ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Run repasar on the latest PR changes
1212
uses: rogeruiz/[email protected]
1313
with:
14-
allowed-signers-file-path: ./.github/allowed_signers
14+
allowed-signers-file-path: .github/allowed_signers
1515
fail-on-unverified: true
1616
env:
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)