Skip to content

Commit

Permalink
Merge pull request #69 from mhitza/fix-conventional-commits-action
Browse files Browse the repository at this point in the history
fix: conventional commit action version
  • Loading branch information
mhitza authored Apr 26, 2024
2 parents 8169ccf + 679122d commit bdd782e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/.github/workflows/10-review.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:

# interesting alternative: https://github.com/cocogitto/cocogitto
- name: Conventional commit checker
uses: webiny/action-conventional-commits@v1
uses: webiny/[email protected]
# XXX: normal action versioning syntax (`@v1`) doesn't work with this action,
# possibly because not published on the GitHub marketplace

- name: Check Card# reference
uses: gsactions/commit-message-checker@v2
Expand Down

0 comments on commit bdd782e

Please sign in to comment.