Skip to content

Commit

Permalink
verify profanities
Browse files Browse the repository at this point in the history
  • Loading branch information
newhinton committed Apr 28, 2024
1 parent 86f3696 commit 9c15b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: |
echo "Translations are: '${{ steps.google-translate.outputs.text }}'"
echo "${{ steps.google-translate.outputs.text }}" | sed 's/ ; /\n/g' > translated_texts.txt
cat translated_texts.txt > ./scripts/checkProfanity.sh
cat translated_texts.txt | ./scripts/checkProfanity.sh
shell: sh
- name: Upload Raw Translations
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 9c15b6f

Please sign in to comment.