Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
newhinton committed Apr 27, 2024
1 parent 8ae9199 commit db19c44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
run: |
sudo apt-get install -y xmlstarlet
pip3 install alt-profanity-check
chmod +x scripts/checkProfanity.py
chmod +x scripts/generateFilelist.py
./scripts/generateFilelist.py ${{ github.event.pull_request.head.ref }}
chmod +x ./scripts/checkProfanity.py
chmod +x ./scripts/generateFilelist.sh
./scripts/generateFilelist.sh ${{ github.event.pull_request.head.ref }}
shell: sh
- uses: fabasoad/translation-action@main
id: google-step
Expand Down
3 changes: 2 additions & 1 deletion scripts/generateFilelist.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash


echo "$@"
echo "$@"
git diff -U0 HEAD~$1 | grep -E "^\+"

0 comments on commit db19c44

Please sign in to comment.