We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ebeed0 commit 4471507Copy full SHA for 4471507
1 file changed
.github/workflows/spellchecker.yml
@@ -43,6 +43,7 @@ jobs:
43
echo 'BOB_RESPONSE<<EOF' >> $GITHUB_OUTPUT
44
echo "Bob has some suggestions to improve the release notes:" >> $GITHUB_OUTPUT
45
echo "<code>" >> $GITHUB_OUTPUT
46
+ echo "" >> $GITHUB_OUTPUT
47
cat BOB_RESPONSE.txt >> $GITHUB_OUTPUT
48
echo "</code>" >> $GITHUB_OUTPUT
49
echo 'EOF' >> $GITHUB_OUTPUT
0 commit comments