Skip to content

Commit

Permalink
CCM-5836 fix branch-ref
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenvaines-bjss committed Jul 23, 2024
1 parent 921f81d commit 33e0436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_create_dynamic_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
--arg targetAccountGroup "nhs-notify-iam-dev" \
--arg targetComponent "branch" \
--arg terraformAction "apply" \
--arg overrides "branch_name=${{ github.ref_name }}" \
--arg overrides "branch_name=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" \
'{ "ref": "main",
"inputs": {
"infraRepoName": $infraRepoName,
Expand Down

0 comments on commit 33e0436

Please sign in to comment.