From 38ea23d5cee1912c6130dc88af941f10afb89bd2 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 30 Oct 2024 09:27:20 -0400 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3cce8a..9e56853 100644 --- a/README.md +++ b/README.md @@ -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: