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: