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.