Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Commit a9e9d07

Browse files
Update cutenode/action-always-fail action to v1.0.1 (#17)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 49c757b commit a9e9d07

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/workflow-cd-ecspresso.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231

232232
- name: Fail
233233
if: ${{ steps.db_migrate.outcome == 'failure' || steps.deploy.outcome == 'failure' }}
234-
uses: cutenode/action-always-fail@v1.0.0
234+
uses: cutenode/action-always-fail@v1.0.1
235235

236236
- uses: Produce8/actions-aws-ssm-params-to-env@1.1.0
237237
with:

.github/workflows/workflow-cd-preview-ecspresso.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ jobs:
293293
echo "Deploy Failed: ${{ steps.deploy.outcome == 'failure' }} "
294294
- name: Fail
295295
if: ${{ steps.db_migrate.outcome == 'failure' || steps.deploy.outcome == 'failure' }}
296-
uses: cutenode/action-always-fail@v1.0.0
296+
uses: cutenode/action-always-fail@v1.0.1
297297

298298
- uses: Produce8/actions-aws-ssm-params-to-env@1.1.0
299299
with:

0 commit comments

Comments
 (0)