From 9b062b1a238e928578567378d375ec1e489d2af3 Mon Sep 17 00:00:00 2001 From: eltos Date: Sun, 8 Sep 2024 20:31:49 +0200 Subject: [PATCH] Translation update info --- .github/workflows/crowdin_sync.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/crowdin_sync.yml b/.github/workflows/crowdin_sync.yml index 27cd003..732faf9 100644 --- a/.github/workflows/crowdin_sync.yml +++ b/.github/workflows/crowdin_sync.yml @@ -102,6 +102,9 @@ jobs: - name: Collect statistics run: | + echo 'DIFF<> $GITHUB_ENV + git status -s | sed 's:.*/:- :g' >> $GITHUB_ENV + echo 'EOF' >> $GITHUB_ENV echo 'INFO<> $GITHUB_ENV crowdin status -v $ARGS >> $GITHUB_ENV echo 'EOF' >> $GITHUB_ENV @@ -117,13 +120,18 @@ jobs: translation body: | Translation updates from [Crowdin project](https://crowdin.com/project/PasteIntoFile) + ${{ env.DIFF }} See [recent activity](https://crowdin.com/project/PasteIntoFile/activity-stream) +
Translation info + ``` ${{ env.INFO }} ``` +
+ ---- - To re-sync and update this PR include /sync in a comment.