Skip to content

Commit c2b5f29

Browse files
embhornclaude
andcommitted
Replace em dashes with hyphens in tls-anvil workflow
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a0721b9 commit c2b5f29

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tls-anvil.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ jobs:
7777
"| Partially Failed | \(.PartiallyFailedTests // "N/A") |",
7878
"| Fully Failed | \(.FullyFailedTests // "N/A") |",
7979
"| Disabled | \(.DisabledTests // "N/A") |"
80-
' "$REPORT" 2>/dev/null || echo "| (could not parse report.json) | |"
80+
' "$REPORT" 2>/dev/null || echo "| (could not parse report.json) | - |"
8181
echo ""
8282
echo "**Category scores:**"
8383
jq -r '.Score | to_entries[] | "- \(.key): \(.value)%"' "$REPORT" 2>/dev/null || true
8484
else
85-
echo "No report.json found check step logs for errors."
85+
echo "No report.json found - check step logs for errors."
8686
fi
8787
} >> "$GITHUB_STEP_SUMMARY"
8888

0 commit comments

Comments
 (0)