Add if-not-found parameter

This commit is contained in:
Dario Curreri 2023-12-16 14:53:22 +01:00
parent 0706fbf5b9
commit 61eb988d37
No known key found for this signature in database
6 changed files with 222 additions and 23 deletions

View file

@ -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'