1
0
mirror of synced 2025-12-19 09:57:42 -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:
description: 'Maximum number of retry attempts'
required: false
default: '8'
default: '12'
delay:
description: 'Delay between attempts in seconds'
required: false
default: '15'
default: '30'
runs:
using: 'composite'