diff --git a/.github/workflows/verify-commits.yml b/.github/workflows/verify-commits.yml index 29ce566..c0540cb 100644 --- a/.github/workflows/verify-commits.yml +++ b/.github/workflows/verify-commits.yml @@ -11,7 +11,7 @@ jobs: - name: Run repasar on the latest PR changes uses: rogeruiz/repasar@v1.1.3 with: - allowed-signers-file-path: ./.github/allowed_signers + allowed-signers-file-path: .github/allowed_signers fail-on-unverified: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}