cloudformation: Fix bug when updating stack's termination_protection … #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | ||
name: update collection variables | ||
concurrency: | ||
group: ${{ github.workflow }} @ ${{ github.sha }} | ||
cancel-in-progress: true | ||
on: | ||
push: | ||
branches: | ||
- main | ||
- stable-* | ||
pull_request_target: | ||
jobs: | ||
update-variables: | ||
Check failure on line 15 in .github/workflows/update-variables.yml GitHub Actions / update collection variablesInvalid workflow file
|
||
uses: ansible-network/github_actions/.github/workflows/update_aws_variables.yml@main |