Skip to content

Commit 8ebeed0

Browse files
committed
wrap
1 parent f86af91 commit 8ebeed0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/spellchecker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
bob "$BOB_PROMPT" --hide-intermediary-output --yolo > BOB_RESPONSE.txt
4343
echo 'BOB_RESPONSE<<EOF' >> $GITHUB_OUTPUT
4444
echo "Bob has some suggestions to improve the release notes:" >> $GITHUB_OUTPUT
45-
echo "\`\`\`" >> $GITHUB_OUTPUT
45+
echo "<code>" >> $GITHUB_OUTPUT
4646
cat BOB_RESPONSE.txt >> $GITHUB_OUTPUT
47-
echo "\`\`\`" >> $GITHUB_OUTPUT
47+
echo "</code>" >> $GITHUB_OUTPUT
4848
echo 'EOF' >> $GITHUB_OUTPUT
4949
- uses: tj-actions/verify-changed-files@v20
5050
name: "Check if Bob made any fixes"

0 commit comments

Comments
 (0)