Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
properly substitute line breaks
Browse files Browse the repository at this point in the history
newhinton committed Apr 28, 2024
1 parent 5ee36ea commit 225d481
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/translations.yml
Original file line number Diff line number Diff line change
@@ -53,6 +53,9 @@ jobs:
exit 1
fi
TRANSLATIONS=$(./scripts/generateFilelist.sh ${{ github.event.pull_request.commits }} ${{needs.string-change-verification.outputs.files}})
TRANSLATIONS="${TRANSLATIONS//'%'/'%25'}"
TRANSLATIONS="${TRANSLATIONS//$'\n'/'%0A'}"
TRANSLATIONS="${TRANSLATIONS//$'\r'/'%0D'}"
echo "TRANSLATIONS=$TRANSLATIONS" >> $GITHUB_OUTPUT
shell: sh
- name: Upload Raw Translations

0 comments on commit 225d481

Please sign in to comment.