Skip to content

Commit 3f679e5

Browse files
fix heredoc indentation (#41)
1 parent f07d030 commit 3f679e5

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/monitor_runners.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)