Skip to content

Commit 6fac7b1

Browse files
CCM-10927 Fix dynamic env component
1 parent dfaecc4 commit 6fac7b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr_create_dynamic_env.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
--arg releaseVersion "${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" \
2626
--arg targetEnvironment "pr${{ github.event.number }}" \
2727
--arg targetAccountGroup "nhs-notify-supplier-api-dev" \
28-
--arg targetComponent "branch" \
28+
--arg targetComponent "api" \
2929
--arg terraformAction "apply" \
3030
--arg overrides "branch_name=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" \
3131
'{ "ref": "main",

.github/workflows/pr_destroy_dynamic_env.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
--arg releaseVersion "main" \
2626
--arg targetEnvironment "pr${{ github.event.number }}" \
2727
--arg targetAccountGroup "nhs-notify-supplier-api-dev" \
28-
--arg targetComponent "branch" \
28+
--arg targetComponent "api" \
2929
--arg terraformAction "destroy" \
3030
'{ "ref": "main",
3131
"inputs": {

0 commit comments

Comments
 (0)