Skip to content

Commit 1125b8a

Browse files
authored
Change translation batch log path (#23241)
1 parent 6aee151 commit 1125b8a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/create-translation-batch-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ jobs:
138138

139139
- name: Check in CSV report
140140
run: |
141-
mkdir -p log
142-
csvFile=log/${{ matrix.language_code }}-resets.csv
141+
mkdir -p translations/log
142+
csvFile=translations/log/${{ matrix.language_code }}-resets.csv
143143
script/i18n/report-reset-files.js --report-type=csv --language=${{ matrix.language_code }} --log-file=/tmp/batch.log > $csvFile
144144
git add -f $csvFile && git commit -m "Check in ${{ matrix.language }} CSV report" || echo "Nothing to commit"
145145

0 commit comments

Comments
 (0)