Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Commit

Permalink
fix: correct formatting of issue comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed Jan 5, 2024
1 parent 10c7249 commit 76b0dc0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/auto-update-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ jobs:
echo "" >> ../comment.md
echo "\`\`\`diff" >> ../comment.md
git diff --cached >> ../comment.md
echo "\`\`\`\n\n" >> ../comment.md
echo "\`\`\`" >> ../comment.md
echo "" >> ../comment.md
echo "" >> ../comment.md
cat ../bot_commands.md >> ../comment.md
cat ../comment.md
echo "::endgroup::"
Expand Down

0 comments on commit 76b0dc0

Please sign in to comment.