1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Increase retry duration and attempts in retry-command action (#56454)

This commit is contained in:
Kevin Heis
2025-07-09 09:40:55 -07:00
committed by GitHub
parent e8e43ac12c
commit b9c576019a

View File

@@ -7,11 +7,11 @@ inputs:
max_attempts: max_attempts:
description: 'Maximum number of retry attempts' description: 'Maximum number of retry attempts'
required: false required: false
default: '8' default: '12'
delay: delay:
description: 'Delay between attempts in seconds' description: 'Delay between attempts in seconds'
required: false required: false
default: '15' default: '30'
runs: runs:
using: 'composite' using: 'composite'