From b8fe923df23e334588460f0e263d3493b9ae8a9d Mon Sep 17 00:00:00 2001 From: dhawalseth Date: Wed, 7 Feb 2024 14:18:31 -0800 Subject: [PATCH] Add max-attempts input --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index 54a3eb6..a38a77e 100644 --- a/action.yml +++ b/action.yml @@ -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.