feat: enable ignore option when no artifact is found

This commit is contained in:
thundermiracle 2023-02-18 11:19:27 +09:00
parent e9ef242655
commit 808bacee91
3 changed files with 21 additions and 2 deletions

View file

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