Skip to content

Commit

Permalink
CCM-5836 fix git head refs
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenvaines-bjss committed Aug 1, 2024
1 parent 69eb0f6 commit 5ddc24f
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 5ddc24f

Please sign in to comment.