Skip to content

Commit 9cc7ce4

Browse files
committed
Remove escaping backslashes, they're not needed with cat <<EOF
1 parent abaae93 commit 9cc7ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/commands/comment-claude-analysis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if buildkite-agent step get outcome --step unit-tests | grep -q "failed"; then
66
77
## 🤖 Test Failure Analysis
88
9-
Your tests failed. Claude has analyzed the failures - <a href=\"${BUILDKITE_BUILD_URL}/annotations#annotation-claude-analysis-${BUILDKITE_BUILD_ID}\" target=\"_blank\">check the annotation</a> for details.
9+
Your tests failed. Claude has analyzed the failures - <a href="${BUILDKITE_BUILD_URL}/annotations#annotation-claude-analysis-${BUILDKITE_BUILD_ID}" target="_blank">check the annotation</a> for details.
1010
EOF
1111
)"
1212

0 commit comments

Comments
 (0)