From 29c4940b282573d4e41dfe82f0f9a40cd56af47b Mon Sep 17 00:00:00 2001 From: Hector Alfaro Date: Wed, 3 Aug 2022 11:45:32 -0400 Subject: [PATCH] redirect log of reset files to msft-specific CSV --- .github/workflows/msft-create-translation-batch-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/msft-create-translation-batch-pr.yml b/.github/workflows/msft-create-translation-batch-pr.yml index 42b27f3255..e897714c7b 100644 --- a/.github/workflows/msft-create-translation-batch-pr.yml +++ b/.github/workflows/msft-create-translation-batch-pr.yml @@ -156,7 +156,7 @@ jobs: - name: Check in CSV report run: | mkdir -p translations/log - csvFile=translations/log/${{ matrix.language }}-resets.csv + csvFile=translations/log/msft-${{ matrix.language }}-resets.csv script/i18n/report-reset-files.js --report-type=csv --language=${{ matrix.language }} --log-file=/tmp/batch.log > $csvFile git add -f $csvFile && git commit -m "Check in ${{ matrix.language }} CSV report" || echo "Nothing to commit"