We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44cc228 commit f699283Copy full SHA for f699283
action.yml
@@ -44,6 +44,10 @@ inputs:
44
description: 'Promote retry timeout seconds'
45
required: false
46
default: '15'
47
+ promote-retry-wait-seconds:
48
+ description: 'Promote retry wait seconds'
49
+ required: false
50
+ default: '30'
51
52
outputs:
53
image:
@@ -133,6 +137,7 @@ runs:
133
137
with:
134
138
shell: bash
135
139
timeout_seconds: ${{ inputs.promote-retry-timeout-seconds }}
140
+ retry_wait_seconds: ${{ inputs.promote-retry-wait-seconds }}
136
141
max_attempts: ${{ inputs.promote-retry-max-attempts }}
142
retry_on: any
143
command: |
0 commit comments