mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-26 16:38:28 +02:00
Add if-not-found
parameter
This commit is contained in:
parent
0706fbf5b9
commit
61eb988d37
6 changed files with 222 additions and 23 deletions
|
@ -23,6 +23,10 @@ inputs:
|
|||
If github-token is specified, this is the run that artifacts will be downloaded from.'
|
||||
required: false
|
||||
default: ${{ github.run_id }}
|
||||
if-not-found:
|
||||
description: 'How to behave if no artifact(s) is(are) found'
|
||||
required: false
|
||||
default: error
|
||||
outputs:
|
||||
download-path:
|
||||
description: 'Path of artifact download'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue