11
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2026-04-05 09:06:54 +00:00

fix(action): refactor a value, add to docs

This commit is contained in:
Cooper 2023-04-05 12:11:01 -04:00
parent 2640e4c8bf
commit 7991e57b35
No known key found for this signature in database
GPG key ID: DF6ECEF0888ECA4B
2 changed files with 13 additions and 3 deletions

View file

@ -52,6 +52,18 @@ Whether you want to fail on warnings or not.
Default: `false`
### `failOnWarnings`
Whether you want to fail on warnings or not.
Default: `false`
### `failOnErrors`
Whether you want to fail on errors or not. Still outputs the results, just forces the action to pass even if errors are detected.
Default: `true`
### `helpURL`
Link to a page explaining your commit message convention.