Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Jun 9, 2022
1 parent 03f263c commit aa17d2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ runs:
using: 'composite'
steps:
- name: Wait for stack update-complete
working-directory: ${{ inputs.working_dir }}
run: |
if [[ "${{ inputs.cdk_stack }}" != "*" ]]; then
aws cloudformation wait stack-update-complete --stack-name "${{ inputs.cdk_stack }}" || true
Expand Down

0 comments on commit aa17d2b

Please sign in to comment.