Add max-attempts input

This commit is contained in:
dhawalseth 2024-02-07 14:18:31 -08:00 committed by GitHub
parent 348754975e
commit b8fe923df2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,6 +11,10 @@ inputs:
pattern:
description: 'A glob pattern matching the artifacts that should be downloaded. Ignored if name is specified.'
required: false
max-attempts:
description: 'Maximum number of attempts while retrying download.'
required: false
default: '5'
merge-multiple:
description: 'When multiple artifacts are matched, this changes the behavior of the destination directories.
If true, the downloaded artifacts will be in the same directory specified by path.