Skip to content

Commit d1dd40d

Browse files
authored
Merge pull request #6 from netodevel/fix/names
fix: version of uses
2 parents 0cabb55 + 7bf499f commit d1dd40d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# convetional-commits-checker
1+
# conventional-commits-checker
22
Check that all pull request commits are following conventional commits
33

44
#### The default commit validation pattern is: `feat: #0000 - My Message commit`
@@ -29,7 +29,7 @@ jobs:
2929
token: ${{ secrets.PAT }} # your personal access token
3030
fetch-depth: 0
3131
- name: Conventional Commits Checker
32-
uses: netodevel/convetional-commits-checker@v1
32+
uses: netodevel/convetional-commits-checker@v1.0.1
3333
id: commits-check
3434
with: # do not change the order of params
3535
target-branch: ${{ github.event.pull_request.base.ref }} #required

0 commit comments

Comments
 (0)