This commit is contained in:
Christopher Roemheld 2025-03-19 21:52:18 +01:00 committed by GitHub
commit 06be35c08b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 74 additions and 28 deletions

View file

@ -82,6 +82,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