Skip to content

Commit 27a1686

Browse files
committed
Fix CI job to check for signed commits
The previously version of the check-signed-commits-action did not support forks. So bumping to the latest version which does support forks. I've switched to @main so we automatically keep up with new updates to the check-signed-commits-action without action in this repo required.
1 parent 51fde37 commit 27a1686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-check-signed-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
uses: actions/checkout@v3
1414

1515
- name: Check signed commits in PR
16-
uses: 1Password/check-signed-commits-action@v1
16+
uses: 1Password/check-signed-commits-action@main

0 commit comments

Comments
 (0)