From 607c4067b8dcae4c2f321f1960cdad3707b1b43c Mon Sep 17 00:00:00 2001 From: Deluan Date: Wed, 29 Mar 2023 13:03:37 -0400 Subject: [PATCH] Show translation changes on pipeline --- .github/workflows/update-translations.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/update-translations.yml b/.github/workflows/update-translations.yml index 353ddb244..2e4a4e2bd 100644 --- a/.github/workflows/update-translations.yml +++ b/.github/workflows/update-translations.yml @@ -14,6 +14,10 @@ jobs: POEDITOR_APIKEY: ${{ secrets.POEDITOR_APIKEY }} run: | ./update-translations.sh + - name: Show changes, if any + run: | + git status --porcelain + git diff - name: Create Pull Request uses: peter-evans/create-pull-request@v4 with: