Skip to content

Commit

Permalink
add proper url
Browse files Browse the repository at this point in the history
  • Loading branch information
newhinton committed Apr 29, 2024
1 parent 898f6f4 commit c558ee2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ jobs:
id: changeDetection
run: |
FILES="${{ steps.changed-files.outputs.all_changed_files }}"
cat preprocessMetadata.sh
./preprocessMetadata.sh "$FILES"
touch generatedContent.txt
./preprocessMetadata.sh $FILES
TRANSLATION_FILE=$(./getChangedTranslationFile.sh $FILES)
./generateTranslationList.sh ${{ github.event.pull_request.commits }} $TRANSLATION_FILE
TRANSLATIONS=$(cat generatedContent.txt)
echo "TRANSLATIONS=$TRANSLATIONS" >> $GITHUB_OUTPUT
shell: sh
Expand Down

0 comments on commit c558ee2

Please sign in to comment.