File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127127 role-skip-session-tagging : true
128128
129129 - name : Run DB Migration
130- uses : cloudposse/github-action-run-ecspresso@0.1 .0
130+ uses : cloudposse/github-action-run-ecspresso@0.2 .0
131131 continue-on-error : true
132132 if : ${{ inputs.enable-migration }}
133133 id : db_migrate
@@ -182,7 +182,7 @@ jobs:
182182 ECS_SERVICE_EXECUTION_ROLE : ${{ steps.environment.outputs.role }}-exec
183183
184184 - name : Run DB Rollback
185- uses : cloudposse/github-action-run-ecspresso@0.1 .0
185+ uses : cloudposse/github-action-run-ecspresso@0.2 .0
186186 if : ${{ inputs.enable-migration && inputs.support-rollback && ( steps.db_migrate.outcome == 'failure' || steps.deploy.outcome == 'failure' ) }}
187187 id : db_rollback
188188 with :
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ jobs:
186186 role-skip-session-tagging : true
187187
188188 - name : Run DB Migration
189- uses : cloudposse/github-action-run-ecspresso@0.1 .0
189+ uses : cloudposse/github-action-run-ecspresso@0.2 .0
190190 continue-on-error : true
191191 if : ${{ inputs.enable-migration }}
192192 id : db_migrate
@@ -240,7 +240,7 @@ jobs:
240240 ECS_SERVICE_EXECUTION_ROLE : ${{ steps.environment.outputs.role }}-exec
241241
242242 - name : Run DB Rollback
243- uses : cloudposse/github-action-run-ecspresso@0.1 .0
243+ uses : cloudposse/github-action-run-ecspresso@0.2 .0
244244 if : ${{ inputs.enable-migration && inputs.support-rollback && ( steps.db_migrate.outcome == 'failure' || steps.deploy.outcome == 'failure' ) }}
245245 id : db_rollback
246246 with :
@@ -346,7 +346,7 @@ jobs:
346346 role-skip-session-tagging : true
347347
348348 - name : Run DB Rollback
349- uses : cloudposse/github-action-run-ecspresso@0.1 .0
349+ uses : cloudposse/github-action-run-ecspresso@0.2 .0
350350 if : ${{ inputs.enable-migration && inputs.support-rollback }}
351351 id : db_rollback
352352 with :
You can’t perform that action at this time.
0 commit comments