mirror of
https://code.forgejo.org/actions/upload-artifact.git
synced 2025-05-25 10:24:45 +00:00
Change supppress to ignore
This commit is contained in:
parent
0fd7594662
commit
fef15139c9
5 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue