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 d21a21e commit 366617aCopy full SHA for 366617a
.github/workflows/dispatch_internal_repo_workflow.yaml
@@ -114,7 +114,7 @@ jobs:
114
--arg targetAccountGroup "${{ inputs.targetAccountGroup }}" \
115
--arg targetComponent "${{ inputs.targetComponent }}" \
116
--arg terraformAction "${{ inputs.terraformAction }}" \
117
- '[.workflow_runs[]
+ '.workflow_runs[]
118
| select(.path == ".github/workflows/" + $targetWorkflow)
119
| select(.name
120
| contains($targetEnvironment)
@@ -126,7 +126,7 @@ jobs:
126
then select(.name | contains("caller:" + $callerRunId))
127
else .
128
end
129
- ] | sort_by(.id) | last | .url')
+ | .url')
130
131
if [[ -n "$workflow_run_url" && "$workflow_run_url" != null ]]; then
132
ui_url=${workflow_run_url/api./}
0 commit comments