Skip to content

Commit ddac6ec

Browse files
CCM-11942 Uses shared dispatch workflow with overrides
1 parent 226ec51 commit ddac6ec

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
@@ -200,7 +200,7 @@ for _ in {1..18}; do
200200

201201
if [[ -n "$workflow_run_url" && "$workflow_run_url" != null ]]; then
202202
# Workflow_run_url is a list of all workflows which were run for this combination of inputs, but are the API uri
203-
echo "All the runs ${workflow_run_url[*]}
203+
echo "All the runs ${workflow_run_url[*]}"
204204
workflow_run_url=$(echo "$workflow_run_url" | head -n 1)
205205

206206
# Take the first and strip it back to being an accessible url

0 commit comments

Comments
 (0)