We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4493f88 commit 5a5220eCopy full SHA for 5a5220e
.github/workflows/reusable_internal_repo_build.yaml
@@ -90,10 +90,10 @@ jobs:
90
run_id=$(echo "$in_progress" | jq -r \
91
--arg env "${{ inputs.targetEnvironment }}" \
92
--arg component "${{ inputs.targetComponent }}" \
93
- --arg repoName "nhs-notify-web-template-management" \
+ --arg group "${{ inputs.targetAccountGroup }} \
94
--arg releaseVersion "${{ inputs.releaseVersion }}" \
95
'.workflow_runs[]
96
- | select(.name | contains($env) and contains($component) and contains($repoName) and contains($releaseVersion))
+ | select(.name | contains($env) and contains($component) and contains($group) and contains($releaseVersion))
97
| .id' | head -n 1)
98
99
if [[ -n "$run_id" && "$run_id" != null ]]; then
0 commit comments