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 5a5220e commit 4bb14c4Copy full SHA for 4bb14c4
.github/workflows/reusable_internal_repo_build.yaml
@@ -90,7 +90,7 @@ jobs:
90
run_id=$(echo "$in_progress" | jq -r \
91
--arg env "${{ inputs.targetEnvironment }}" \
92
--arg component "${{ inputs.targetComponent }}" \
93
- --arg group "${{ inputs.targetAccountGroup }} \
+ --arg group "${{ inputs.targetAccountGroup }}" \
94
--arg releaseVersion "${{ inputs.releaseVersion }}" \
95
'.workflow_runs[]
96
| select(.name | contains($env) and contains($component) and contains($group) and contains($releaseVersion))
0 commit comments