From 49b3eab436201d377cf76033abdb597478c0cc5d Mon Sep 17 00:00:00 2001 From: Christopher Roemheld Date: Sun, 8 Dec 2024 21:42:46 +0100 Subject: [PATCH] Update README.md with new input argument --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0550d7b..d15490a 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,12 @@ For assistance with breaking changes, see [MIGRATION.md](docs/MIGRATION.md). # If github-token is specified, this is the run that artifacts will be downloaded from. # Optional. Default is ${{ github.run_id }} run-id: + + # When an artifact was not found, this changes the behavior of the download-artifact action. + # If true, this will not cause the action to fail. Instead, the 'download-path' output will be empty. + # If false, this action will raise an error and quit. + # Optional. Default is 'false'. + allow-not-found: ``` ### Outputs