Skip to content

Commit 1c8aaf0

Browse files
committed
test: debug
1 parent dec383c commit 1c8aaf0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update-hosts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
["self-hosted", "Linux", "X64"] + .
7474
)
7575
}
76-
).[:$count]' "$response_file") # only select the first $count runners
76+
)[:$count]' "$response_file") # only select the first $count runners
7777
7878
filtered_edge_runners=$(jq -c --argjson count "$edge_dnode_count" '
7979
map(
@@ -96,7 +96,7 @@ jobs:
9696
["self-hosted", "Linux", "X64"] + .
9797
)
9898
}
99-
).[:$count]' "$response_file") # only select the first $count runners
99+
)[:$count]' "$response_file") # only select the first $count runners
100100
101101
filtered_center_runners=$(jq -c --argjson count "$center_dnode_count" '
102102
map(
@@ -119,7 +119,7 @@ jobs:
119119
["self-hosted", "Linux", "X64"] + .
120120
)
121121
}
122-
).[:$count]' "$response_file") # only select the first $count runners
122+
)[:$count]' "$response_file") # only select the first $count runners
123123
124124
echo "✅ Selected runners with formatted labels:"
125125
echo "$filtered_mqtt_runners"

0 commit comments

Comments
 (0)