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:
parent
2640e4c8bf
commit
7991e57b35
2 changed files with 13 additions and 3 deletions
12
README.md
12
README.md
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue