Skip to content

Commit c5a999a

Browse files
fix strategy setting
1 parent aaee1c9 commit c5a999a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929

3030
uses: launchbynttdata/launch-workflows/.github/workflows/reusable-terragrunt-deploy-ephemeral.yml@feature/tg-deploy-without-gh-environment
3131
with:
32+
branch_name: ${{ github.head_ref }}
3233
assume_role_arn: "arn:aws:iam::020127659860:role/github-actions-deploy-role"
3334
tf_version: ${{ needs.get-tg-versions.outputs.tf_version }}
3435
tg_version: ${{ needs.get-tg-versions.outputs.tg_version }}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929

3030
uses: launchbynttdata/launch-workflows/.github/workflows/reusable-terragrunt-destroy-ephemeral.yml@feature/tg-deploy-without-gh-environment
3131
with:
32+
branch_name: ${{ github.head_ref }}
3233
assume_role_arn: "arn:aws:iam::020127659860:role/github-actions-deploy-role"
3334
tf_version: ${{ needs.get-tg-versions.outputs.tf_version }}
3435
tg_version: ${{ needs.get-tg-versions.outputs.tg_version }}

0 commit comments

Comments
 (0)