We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f86af91 commit 8ebeed0Copy full SHA for 8ebeed0
1 file changed
.github/workflows/spellchecker.yml
@@ -42,9 +42,9 @@ jobs:
42
bob "$BOB_PROMPT" --hide-intermediary-output --yolo > BOB_RESPONSE.txt
43
echo 'BOB_RESPONSE<<EOF' >> $GITHUB_OUTPUT
44
echo "Bob has some suggestions to improve the release notes:" >> $GITHUB_OUTPUT
45
- echo "\`\`\`" >> $GITHUB_OUTPUT
+ echo "<code>" >> $GITHUB_OUTPUT
46
cat BOB_RESPONSE.txt >> $GITHUB_OUTPUT
47
+ echo "</code>" >> $GITHUB_OUTPUT
48
echo 'EOF' >> $GITHUB_OUTPUT
49
- uses: tj-actions/verify-changed-files@v20
50
name: "Check if Bob made any fixes"
0 commit comments