diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index a1747aa..7208610 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -32,9 +32,9 @@ jobs: with: fetch-depth: 0 - name: Conventional commit check - uses: cocogitto/cocogitto-action@main + uses: cocogitto/cocogitto-action@v4 with: - check: true + command: check conventional_commit_pr: name: PR conventional commit check runs-on: ubuntu-latest @@ -46,6 +46,6 @@ jobs: # pick the pr HEAD instead of the merge commit ref: ${{ github.event.pull_request.head.sha }} - name: Conventional commit check - uses: cocogitto/cocogitto-action@main + uses: cocogitto/cocogitto-action@v4 with: - check: true + command: check