We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8489bf commit 87c191aCopy full SHA for 87c191a
.github/workflows/update.yml
@@ -213,7 +213,7 @@ jobs:
213
git config user.email [email protected]
214
git diff -I'^"POT-Creation-Date: ' --numstat *.po **/*.po | cut -f3 | xargs -r git add
215
git add $(git ls-files -o --exclude-standard *.po **/*.po) .tx/config
216
- git diff-index --cached --quiet HEAD || git commit -m "Merge ${{ env.CURRENT_BRANCH }} into ${{ matrix.branch }}"
+ git diff-index --cached --quiet HEAD || { git commit -m "Merge ${{ env.CURRENT_BRANCH }} into ${{ matrix.branch }}" && git push; }
217
working-directory: ${{ matrix.branch }}
218
219
0 commit comments