mirror of
https://code.forgejo.org/actions/upload-artifact
synced 2024-11-22 10:10:41 +00:00
Improve if-no-files-found
documentation
If `if-no-files-found: ignore` and `overwrite: false` and an artifact already exists, the action will fail, so clarify that `ignore` doesn't guarantee the action won't fail.
This commit is contained in:
parent
184d73b71b
commit
38ea23d5ce
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ For assistance with breaking changes, see [MIGRATION.md](docs/MIGRATION.md).
|
|||
# Available Options:
|
||||
# warn: Output a warning but do not fail the action
|
||||
# error: Fail the action with an error message
|
||||
# ignore: Do not output any warnings or errors, the action does not fail
|
||||
# ignore: Do not output any warnings or errors, does not fail the action
|
||||
# Optional. Default is 'warn'
|
||||
if-no-files-found:
|
||||
|
||||
|
|
Loading…
Reference in a new issue