add attempts to the action.yml

Signed-off-by: Fedor Dikarev <fedor.dikarev@gmail.com>
This commit is contained in:
Fedor Dikarev 2024-10-29 22:28:24 +01:00
parent 162c32cf05
commit ca362a507b

View File

@ -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'