Merge pull request #1377 from mikepenz/fix/1375

Fix wrong `,` in README example
This commit is contained in:
Mike Penz
2024-09-27 11:31:31 +02:00
committed by GitHub
+1 -1
View File
@@ -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 }}