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 b4e8d8e commit 921f81d
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 @@ -22,7 +22,7 @@ jobs:
DISPATCH_EVENT=$(jq -ncM \
--arg infraRepoName "${this_repo_name}" \
--arg releaseVersion "${{ github.sha }}" \
--arg releaseVersion "${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" \
--arg targetEnvironment "pr${{ github.event.number }}" \
--arg targetAccountGroup "nhs-notify-iam-dev" \
--arg targetComponent "branch" \
Expand Down

0 comments on commit 921f81d

Please sign in to comment.