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 @@ -122,7 +122,7 @@ jobs:
122122 role-skip-session-tagging : true
123123
124124 - name : Run DB Migration
125- uses : cloudposse/github-action-run-ecspresso@0.1 .0
125+ uses : cloudposse/github-action-run-ecspresso@0.2 .0
126126 continue-on-error : true
127127 if : ${{ inputs.enable-migration }}
128128 id : db_migrate
@@ -177,7 +177,7 @@ jobs:
177177 ECS_SERVICE_EXECUTION_ROLE : ${{ steps.environment.outputs.role }}-exec
178178
179179 - name : Run DB Rollback
180- uses : cloudposse/github-action-run-ecspresso@0.1 .0
180+ uses : cloudposse/github-action-run-ecspresso@0.2 .0
181181 if : ${{ inputs.enable-migration && inputs.support-rollback && ( steps.db_migrate.outcome == 'failure' || steps.deploy.outcome == 'failure' ) }}
182182 id : db_rollback
183183 with :
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ jobs:
181181 role-skip-session-tagging : true
182182
183183 - name : Run DB Migration
184- uses : cloudposse/github-action-run-ecspresso@0.1 .0
184+ uses : cloudposse/github-action-run-ecspresso@0.2 .0
185185 continue-on-error : true
186186 if : ${{ inputs.enable-migration }}
187187 id : db_migrate
@@ -235,7 +235,7 @@ jobs:
235235 ECS_SERVICE_EXECUTION_ROLE : ${{ steps.environment.outputs.role }}-exec
236236
237237 - name : Run DB Rollback
238- uses : cloudposse/github-action-run-ecspresso@0.1 .0
238+ uses : cloudposse/github-action-run-ecspresso@0.2 .0
239239 if : ${{ inputs.enable-migration && inputs.support-rollback && ( steps.db_migrate.outcome == 'failure' || steps.deploy.outcome == 'failure' ) }}
240240 id : db_rollback
241241 with :
@@ -341,7 +341,7 @@ jobs:
341341 role-skip-session-tagging : true
342342
343343 - name : Run DB Rollback
344- uses : cloudposse/github-action-run-ecspresso@0.1 .0
344+ uses : cloudposse/github-action-run-ecspresso@0.2 .0
345345 if : ${{ inputs.enable-migration && inputs.support-rollback }}
346346 id : db_rollback
347347 with :
You can’t perform that action at this time.
0 commit comments