We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd298d7 commit 9ee94deCopy full SHA for 9ee94de
1 file changed
.github/workflows/check.yml
@@ -32,9 +32,9 @@ jobs:
32
with:
33
fetch-depth: 0
34
- name: Conventional commit check
35
- uses: cocogitto/cocogitto-action@main
+ uses: cocogitto/cocogitto-action@v4
36
37
- check: true
+ command: check
38
conventional_commit_pr:
39
name: PR conventional commit check
40
runs-on: ubuntu-latest
@@ -46,6 +46,6 @@ jobs:
46
# pick the pr HEAD instead of the merge commit
47
ref: ${{ github.event.pull_request.head.sha }}
48
49
50
51
0 commit comments