Skip to content

Commit

Permalink
This output really needs to not be treated as markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr0grog committed Feb 21, 2025
1 parent 220ed62 commit 817d766
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,16 +136,18 @@ jobs:
if [ -f ./failed ]; then
{
echo '⚠️ Translations: English and Spanish are mismatched.'
echo '⚠️ English and Spanish translations are mismatched.'
echo '<details><summary>Details:</summary>'
echo ''
echo '```'
cat output.txt
echo '```'
echo ''
echo '</details>'
} >> "${GITHUB_STEP_SUMMARY}"
exit 1
else
echo '✅ Translations: In good shape.' >> "${GITHUB_STEP_SUMMARY}"
echo '✅ Translations in good shape.' >> "${GITHUB_STEP_SUMMARY}"
fi
Expand Down

0 comments on commit 817d766

Please sign in to comment.