We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8e43ac commit b9c5760Copy full SHA for b9c5760
1 file changed
.github/actions/retry-command/action.yml
@@ -7,11 +7,11 @@ inputs:
7
max_attempts:
8
description: 'Maximum number of retry attempts'
9
required: false
10
- default: '8'
+ default: '12'
11
delay:
12
description: 'Delay between attempts in seconds'
13
14
- default: '15'
+ default: '30'
15
16
runs:
17
using: 'composite'
0 commit comments