From 5622e5c46bf9c3c2e8fd4c5c7173045d7d32563a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20N=C3=BCsse?= Date: Sun, 28 Apr 2024 10:46:49 +0200 Subject: [PATCH] verify profanities --- .github/workflows/translations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 9d169234..294a3c6a 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -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 - ./scripts/checkProfanity.sh translated_texts.txt + ./scripts/checkProfanity.py translated_texts.txt shell: sh - name: Upload Raw Translations uses: actions/upload-artifact@v3