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:
Josh Soref 2024-10-30 09:27:20 -04:00
parent 184d73b71b
commit 38ea23d5ce

View file

@ -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: