mirror of
https://github.com/actions/download-artifact.git
synced 2024-11-09 23:22:44 +00:00
Add max-attempts input
This commit is contained in:
parent
348754975e
commit
b8fe923df2
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ inputs:
|
||||||
pattern:
|
pattern:
|
||||||
description: 'A glob pattern matching the artifacts that should be downloaded. Ignored if name is specified.'
|
description: 'A glob pattern matching the artifacts that should be downloaded. Ignored if name is specified.'
|
||||||
required: false
|
required: false
|
||||||
|
max-attempts:
|
||||||
|
description: 'Maximum number of attempts while retrying download.'
|
||||||
|
required: false
|
||||||
|
default: '5'
|
||||||
merge-multiple:
|
merge-multiple:
|
||||||
description: 'When multiple artifacts are matched, this changes the behavior of the destination directories.
|
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.
|
If true, the downloaded artifacts will be in the same directory specified by path.
|
||||||
|
|
Loading…
Reference in a new issue