Skip to content

Commit

Permalink
Update cloudposse/github-action-run-ecspresso action to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 80e333e commit 454aa33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd-ecspresso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
role-skip-session-tagging: true

- name: Run DB Migration
uses: cloudposse/github-action-run-ecspresso@0.1.0
uses: cloudposse/github-action-run-ecspresso@0.2.0
continue-on-error: true
if: ${{ inputs.enable-migration }}
id: db_migrate
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
ECS_SERVICE_EXECUTION_ROLE: ${{ steps.environment.outputs.role }}-exec

- name: Run DB Rollback
uses: cloudposse/github-action-run-ecspresso@0.1.0
uses: cloudposse/github-action-run-ecspresso@0.2.0
if: ${{ inputs.enable-migration && inputs.support-rollback && ( steps.db_migrate.outcome == 'failure' || steps.deploy.outcome == 'failure' ) }}
id: db_rollback
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/cd-preview-ecspresso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
role-skip-session-tagging: true

- name: Run DB Migration
uses: cloudposse/github-action-run-ecspresso@0.1.0
uses: cloudposse/github-action-run-ecspresso@0.2.0
continue-on-error: true
if: ${{ inputs.enable-migration }}
id: db_migrate
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
ECS_SERVICE_EXECUTION_ROLE: ${{ steps.environment.outputs.role }}-exec

- name: Run DB Rollback
uses: cloudposse/github-action-run-ecspresso@0.1.0
uses: cloudposse/github-action-run-ecspresso@0.2.0
if: ${{ inputs.enable-migration && inputs.support-rollback && ( steps.db_migrate.outcome == 'failure' || steps.deploy.outcome == 'failure' ) }}
id: db_rollback
with:
Expand Down Expand Up @@ -346,7 +346,7 @@ jobs:
role-skip-session-tagging: true

- name: Run DB Rollback
uses: cloudposse/github-action-run-ecspresso@0.1.0
uses: cloudposse/github-action-run-ecspresso@0.2.0
if: ${{ inputs.enable-migration && inputs.support-rollback }}
id: db_rollback
with:
Expand Down

0 comments on commit 454aa33

Please sign in to comment.