From 087884b3d26e0ea9f5fac62cfefae4831c7b96dc Mon Sep 17 00:00:00 2001 From: Fedor Dikarev Date: Wed, 30 Oct 2024 06:25:19 +0100 Subject: [PATCH] mistype Signed-off-by: Fedor Dikarev --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8a05613..04133d8 100644 --- a/action.yml +++ b/action.yml @@ -24,7 +24,7 @@ inputs: description: 'Log out from the Docker registry at the end of a job' default: 'true' required: false - attetmps: + attempts: description: 'Number of attempts to try in case of server-side errors' default: '1' required: false