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

@ -97,7 +97,7 @@ If a path (or paths), result in no files being found for the artifact, the actio
with:
name: my-artifact
path: path/to/artifact/
if-no-files-found: error # 'warn' or 'suppress' are also available, defaults to `warn`
if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`
```
### Conditional Artifact Upload