Skip to content

Commit 3b75271

Browse files
committed
ci(commit-check): update to version 2
Remove commit-signoff as it's determined by the commit-check.toml configuration. Signed-off-by: Randolph Sapp <[email protected]>
1 parent f2c5d77 commit 3b75271

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/commit-check.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,12 @@ jobs:
2020
ref: ${{ github.event.pull_request.head.sha }}
2121

2222
- name: Check commit
23-
uses: commit-check/commit-check-action@v1
23+
uses: commit-check/commit-check-action@v2
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
with:
2727
message: true
2828
author-name: true
2929
author-email: true
30-
commit-signoff: true
3130
job-summary: true
3231
pr-comments: false

0 commit comments

Comments
 (0)