Skip to content

Commit

Permalink
add attempts to the action.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Fedor Dikarev <fedor.dikarev@gmail.com>
  • Loading branch information
fedordikarev committed Oct 29, 2024
1 parent 162c32c commit ca362a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit ca362a5

Please sign in to comment.