Change supppress to ignore

This commit is contained in:
Konrad Pabjan 2020-07-29 18:35:44 +02:00
parent 0fd7594662
commit fef15139c9
5 changed files with 6 additions and 6 deletions

View file

@ -15,7 +15,7 @@ inputs:
Available Options:
warn: Output a warning but do not fail the action
error: Fail the action with an error message
suppress: Do not output any warnings or errors, the action does not fail
ignore: Do not output any warnings or errors, the action does not fail
default: 'warn'
runs:
using: 'node12'