We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aee151 commit 1125b8aCopy full SHA for 1125b8a
1 file changed
.github/workflows/create-translation-batch-pr.yml
@@ -138,8 +138,8 @@ jobs:
138
139
- name: Check in CSV report
140
run: |
141
- mkdir -p log
142
- csvFile=log/${{ matrix.language_code }}-resets.csv
+ mkdir -p translations/log
+ csvFile=translations/log/${{ matrix.language_code }}-resets.csv
143
script/i18n/report-reset-files.js --report-type=csv --language=${{ matrix.language_code }} --log-file=/tmp/batch.log > $csvFile
144
git add -f $csvFile && git commit -m "Check in ${{ matrix.language }} CSV report" || echo "Nothing to commit"
145
0 commit comments