mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-27 17:08:28 +02:00
feat: enable ignore option when no artifact is found
This commit is contained in:
parent
e9ef242655
commit
808bacee91
3 changed files with 21 additions and 2 deletions
|
@ -8,6 +8,10 @@ inputs:
|
|||
path:
|
||||
description: 'Destination path'
|
||||
required: false
|
||||
if-no-artifact:
|
||||
description: 'How to exit action if no artifact is found. Can be fail, warn or ignore'
|
||||
default: 'fail'
|
||||
required: false
|
||||
outputs:
|
||||
download-path:
|
||||
description: 'Path of artifact download'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue