Skip to content

Commit f699283

Browse files
committed
update wait 30
1 parent 44cc228 commit f699283

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ inputs:
4444
description: 'Promote retry timeout seconds'
4545
required: false
4646
default: '15'
47+
promote-retry-wait-seconds:
48+
description: 'Promote retry wait seconds'
49+
required: false
50+
default: '30'
4751

4852
outputs:
4953
image:
@@ -133,6 +137,7 @@ runs:
133137
with:
134138
shell: bash
135139
timeout_seconds: ${{ inputs.promote-retry-timeout-seconds }}
140+
retry_wait_seconds: ${{ inputs.promote-retry-wait-seconds }}
136141
max_attempts: ${{ inputs.promote-retry-max-attempts }}
137142
retry_on: any
138143
command: |

0 commit comments

Comments
 (0)