mirror of
https://github.com/actions/download-artifact.git
synced 2024-12-22 14:22:42 +00:00
Update README.md with new input argument
This commit is contained in:
parent
1764f7203b
commit
49b3eab436
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue