Skip to content

Commit

Permalink
Merge pull request #1377 from mikepenz/fix/1375
Browse files Browse the repository at this point in the history
Fix wrong `,` in README example
  • Loading branch information
mikepenz authored Sep 27, 2024
2 parents d928180 + e7eef36 commit 69817ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
"pattern": "^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test){1}(\\([\\w\\-\\.]+\\))?(!)?: ([\\w ])+([\\s\\S]*)",
"target": "$1"
}
],
]
}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 69817ff

Please sign in to comment.