File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2323 DISPATCH_EVENT=$(jq -ncM \
2424 --arg infraRepoName "${this_repo_name}" \
2525 --arg releaseVersion "${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" \
26+ --arg targetProject "nhs" \
2627 --arg targetEnvironment "pr${{ github.event.number }}" \
2728 --arg targetAccountGroup "nhs-notify-supplier-api-dev" \
28- --arg targetComponent "branch " \
29+ --arg targetComponent "api " \
2930 --arg terraformAction "apply" \
3031 --arg overrides "branch_name=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" \
3132 '{ "ref": "main",
Original file line number Diff line number Diff line change 2323 DISPATCH_EVENT=$(jq -ncM \
2424 --arg infraRepoName "${this_repo_name}" \
2525 --arg releaseVersion "main" \
26+ --arg targetProject "nhs" \
2627 --arg targetEnvironment "pr${{ github.event.number }}" \
2728 --arg targetAccountGroup "nhs-notify-supplier-api-dev" \
28- --arg targetComponent "branch " \
29+ --arg targetComponent "api " \
2930 --arg terraformAction "destroy" \
3031 '{ "ref": "main",
3132 "inputs": {
You can’t perform that action at this time.
0 commit comments