Skip to content

Commit

Permalink
add quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
newhinton committed Apr 29, 2024
1 parent 901ac6b commit f009f90
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 @@ -36,7 +36,7 @@ jobs:
run: |
FILES="${{ steps.changed-files.outputs.all_changed_files }}"
echo "»$FILES<"
./preprocessMetadata.sh $FILES
./preprocessMetadata.sh "$FILES"
TRANSLATION_FILE=$(./getChangedTranslationFile.sh $FILES)
./generateTranslationList.sh ${{ github.event.pull_request.commits }} $TRANSLATION_FILE
TRANSLATIONS=$(cat generatedContent.txt)
Expand Down

0 comments on commit f009f90

Please sign in to comment.