Skip to content

Commit 2c04f4c

Browse files
Adjust workflow tag
1 parent 1068766 commit 2c04f4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull-request-ephemeral-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fail-fast: false
2828
matrix: ${{ fromJson(needs.build-matrix.outputs.matrix) }}
2929

30-
uses: launchbynttdata/launch-workflows/.github/workflows/reusable-terragrunt-deploy-ephemeral.yml@0.8.0
30+
uses: launchbynttdata/launch-workflows/.github/workflows/reusable-terragrunt-deploy-ephemeral.yml@fix/ephemeral-deploys
3131
with:
3232
git_branch: ${{ github.head_ref }}
3333
assume_role_arn: "arn:aws:iam::020127659860:role/github-actions-deploy-role"

.github/workflows/pull-request-ephemeral-destroy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fail-fast: false
2828
matrix: ${{ fromJson(needs.build-matrix.outputs.matrix) }}
2929

30-
uses: launchbynttdata/launch-workflows/.github/workflows/reusable-terragrunt-destroy-ephemeral.yml@0.8.0
30+
uses: launchbynttdata/launch-workflows/.github/workflows/reusable-terragrunt-destroy-ephemeral.yml@fix/ephemeral-deploys
3131
with:
3232
git_branch: ${{ github.head_ref }}
3333
assume_role_arn: "arn:aws:iam::020127659860:role/github-actions-deploy-role"

0 commit comments

Comments
 (0)