diff --git a/.github/workflows/transifex-pull.yml b/.github/workflows/transifex-pull.yml index f897471..2946c52 100644 --- a/.github/workflows/transifex-pull.yml +++ b/.github/workflows/transifex-pull.yml @@ -53,4 +53,9 @@ jobs: && echo "SIGNIFICANT_CHANGES=1" >> $GITHUB_ENV || exit 0 - run: git add . - run: git commit -m 'Update translation from Transifex' - if: env.SIGNIFICANT_CHANGES \ No newline at end of file + if: env.SIGNIFICANT_CHANGES + - uses: ad-m/github-push-action@master + if: env.SIGNIFICANT_CHANGES + with: + branch: ${{ matrix.version }} + github_token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file