mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-23 23:18:29 +02:00
Add allow-not-found input in case artifact does not exist
This commit is contained in:
parent
d0ce8fd116
commit
3421aafe77
4 changed files with 56 additions and 28 deletions
|
@ -17,6 +17,10 @@ inputs:
|
|||
If false, the downloaded artifacts will be extracted into individual named directories within the specified path.'
|
||||
required: false
|
||||
default: 'false'
|
||||
allow-not-found:
|
||||
description: 'If an artifact was not found, do not cause the action to fail.'
|
||||
required: false
|
||||
default: 'false'
|
||||
github-token:
|
||||
description: 'The GitHub token used to authenticate with the GitHub API.
|
||||
This is required when downloading artifacts from a different repository or from a different workflow run.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue