File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -362,13 +362,13 @@ jobs:
362
362
363
363
- name : Break on failure
364
364
run : |
365
- sleep ${{ env .break_duration }}m
366
- if : ${{ failure() && steps.config_ach.outcome == 'success' && contains(fromJSON('["failure", "always"]'), env .break_on) }}
365
+ sleep ${{ inputs .break_duration }}m
366
+ if : ${{ failure() && steps.config_ach.outcome == 'success' && contains(fromJSON('["failure", "always"]'), inputs .break_on) }}
367
367
368
368
- name : Break on success
369
369
run : |
370
- sleep ${{ env .break_duration }}m
371
- if : ${{ steps.config_ach.outcome == 'success' && contains(fromJSON('["success", "always"]'), env .break_on) }}
370
+ sleep ${{ inputs .break_duration }}m
371
+ if : ${{ steps.config_ach.outcome == 'success' && contains(fromJSON('["success", "always"]'), inputs .break_on) }}
372
372
373
373
- name : Destroy
374
374
run : terraform destroy -auto-approve -input=false
You can’t perform that action at this time.
0 commit comments