Skip to content

Commit 2685a9b

Browse files
fix input name
1 parent c5a999a commit 2685a9b

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
@@ -29,7 +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 }}
32+
git_branch: ${{ github.head_ref }}
3333
assume_role_arn: "arn:aws:iam::020127659860:role/github-actions-deploy-role"
3434
tf_version: ${{ needs.get-tg-versions.outputs.tf_version }}
3535
tg_version: ${{ needs.get-tg-versions.outputs.tg_version }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +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 }}
32+
git_branch: ${{ github.head_ref }}
3333
assume_role_arn: "arn:aws:iam::020127659860:role/github-actions-deploy-role"
3434
tf_version: ${{ needs.get-tg-versions.outputs.tf_version }}
3535
tg_version: ${{ needs.get-tg-versions.outputs.tg_version }}

0 commit comments

Comments
 (0)