File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -245,9 +245,9 @@ jobs:
245245 else
246246 # Write table header
247247 cat >> "$weekly_report_file" << 'EOF'
248- | Runner | Idle | Active | Offline | Labels |
249- |--------|------|---------|---------|--------|
250- EOF
248+ | Runner | Idle | Active | Offline | Labels |
249+ |--------|------|---------|---------|--------|
250+ EOF
251251
252252 # Process each runner and write to temp file
253253 echo "$runners" | while read -r runner; do
@@ -285,14 +285,14 @@ jobs:
285285
286286 # Add legend and footer
287287 cat >> "$weekly_report_file" << EOF
288-
289- **Legend:**
290- • **Idle**: Runner online but not executing jobs
291- • **Active**: Runner online and executing jobs
292- • **Offline**: Runner not responding
293-
294- _Statistics based on $(echo "$stats" | jq -r '[.runners[].history[]] | length') data points collected every 15 minutes._
295- EOF
288+
289+ **Legend:**
290+ • **Idle**: Runner online but not executing jobs
291+ • **Active**: Runner online and executing jobs
292+ • **Offline**: Runner not responding
293+
294+ _Statistics based on $(echo "$stats" | jq -r '[.runners[].history[]] | length') data points collected every 15 minutes._
295+ EOF
296296 fi
297297
298298 echo "weekly_message<<EOF" >> $GITHUB_OUTPUT
You can’t perform that action at this time.
0 commit comments