Skip to content

Commit

Permalink
CCM-7407 fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenvaines-bjss committed Oct 30, 2024
1 parent 71c6d93 commit abc9a13
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/reusable_internal_repo_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,15 @@ jobs:
shell: bash
run: |
set -x
this_repo_name=$(echo ${{ github.repository }} | cut -d'/' -f2)
DISPATCH_EVENT=$(jq -ncM \
--arg infraRepoName "${this_repo_name}" \
--arg releaseVersion ${{ inputs.release_version }} \
--arg targetEnvironment ${{ inputs.tf_environment }} \
--arg targetAccountGroup ${{ inputs.tf_group }} \
--arg targetComponent ${{ inputs.tf_component }} \
--arg terraformAction ${{ inputs.tf_action }} \
'{ "ref": "main",
"inputs": {
"infraRepoName": $infraRepoName,
"releaseVersion", $releaseVersion,
"targetEnvironment", $targetEnvironment,
"targetAccountGroup", $targetAccountGroup,
Expand Down

0 comments on commit abc9a13

Please sign in to comment.