Skip to content

Commit 87c191a

Browse files
authored
git push when pomerging in update.yml
1 parent a8489bf commit 87c191a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213
git config user.email [email protected]
214214
git diff -I'^"POT-Creation-Date: ' --numstat *.po **/*.po | cut -f3 | xargs -r git add
215215
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 }}"
216+
git diff-index --cached --quiet HEAD || { git commit -m "Merge ${{ env.CURRENT_BRANCH }} into ${{ matrix.branch }}" && git push; }
217217
working-directory: ${{ matrix.branch }}
218218

219219

0 commit comments

Comments
 (0)