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 9e9106e commit c73c8b5Copy full SHA for c73c8b5
.github/workflows/deploy-cloudformation-stackset.yml
@@ -149,7 +149,7 @@ jobs:
149
150
- name: Create or Update StackSet-instance
151
run: |
152
- stack_instance_list=$(aws cloudformation list-stack-instances --region ${{ inputs.stackset-instance-region }} --stack-set-name ${{ inputs.stack-set-name }})
+ stack_instance_list=$(aws cloudformation list-stack-instances --region ${{ inputs.aws-region }} --stack-set-name ${{ inputs.stack-set-name }})
153
if [ "${{ inputs.permission-model }}" == "SERVICE_MANAGED" ]; then
154
if [[ "$stack_instance_list" == *'"Summaries": []'* ]]; then
155
echo "StackSet-instance, creating..."
0 commit comments