Skip to content

Commit 73066ed

Browse files
Merge pull request #381 from 1Password/simon/fix-commit-sign-check
Fix signed commits CI job
2 parents 8f71c92 + 2755a57 commit 73066ed

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,5 @@ jobs:
99
pull-requests: write
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Check out code
13-
uses: actions/checkout@v3
14-
1512
- name: Check signed commits in PR
16-
uses: 1Password/check-signed-commits-action@v1
13+
uses: 1Password/check-signed-commits-action@main

0 commit comments

Comments
 (0)