Skip to content

Commit 4bb14c4

Browse files
CCM-9979: Prevent deploy selecting wrong internal repo (#501)
1 parent 5a5220e commit 4bb14c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_internal_repo_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
run_id=$(echo "$in_progress" | jq -r \
9191
--arg env "${{ inputs.targetEnvironment }}" \
9292
--arg component "${{ inputs.targetComponent }}" \
93-
--arg group "${{ inputs.targetAccountGroup }} \
93+
--arg group "${{ inputs.targetAccountGroup }}" \
9494
--arg releaseVersion "${{ inputs.releaseVersion }}" \
9595
'.workflow_runs[]
9696
| select(.name | contains($env) and contains($component) and contains($group) and contains($releaseVersion))

0 commit comments

Comments
 (0)