Skip to content

Commit 47b4fe8

Browse files
CCM-11942 Updating script with debug info
1 parent dd30d1b commit 47b4fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/dispatch_internal_repo_workflow.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ workflow_run_url=$(curl -s -L \
179179

180180
if [[ -n "$workflow_run_url" && "$workflow_run_url" != null ]]; then
181181
# Get the latest GHA run of this combination of parameters
182-
workflow_run_url=$(echo "$workflow_run_url" | head -n 1)
182+
workflow_run_url=$(echo "$workflow_run_url" | head -n 1)
183183
echo "[INFO] Found workflow run url: $workflow_run_url"
184184
break
185185
fi

0 commit comments

Comments
 (0)