From ca362a507b9064d055acf50a432af2400f0b4e0c Mon Sep 17 00:00:00 2001 From: Fedor Dikarev Date: Tue, 29 Oct 2024 22:28:24 +0100 Subject: [PATCH] add attempts to the action.yml Signed-off-by: Fedor Dikarev --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index 3a0856d..8a05613 100644 --- a/action.yml +++ b/action.yml @@ -24,6 +24,10 @@ inputs: description: 'Log out from the Docker registry at the end of a job' default: 'true' required: false + attetmps: + description: 'Number of attempts to try in case of server-side errors' + default: '1' + required: false runs: using: 'node20'