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 dd30d1b commit 47b4fe8Copy full SHA for 47b4fe8
.github/scripts/dispatch_internal_repo_workflow.sh
@@ -179,7 +179,7 @@ workflow_run_url=$(curl -s -L \
179
180
if [[ -n "$workflow_run_url" && "$workflow_run_url" != null ]]; then
181
# Get the latest GHA run of this combination of parameters
182
- workflow_run_url=$(echo "$workflow_run_url" | head -n 1)
+ workflow_run_url=$(echo "$workflow_run_url" | head -n 1)
183
echo "[INFO] Found workflow run url: $workflow_run_url"
184
break
185
fi
0 commit comments