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 66bb5d4 commit d4e4313Copy full SHA for d4e4313
.github/workflows/transifex-pull.yml
@@ -53,4 +53,9 @@ jobs:
53
&& echo "SIGNIFICANT_CHANGES=1" >> $GITHUB_ENV || exit 0
54
- run: git add .
55
- run: git commit -m 'Update translation from Transifex'
56
- if: env.SIGNIFICANT_CHANGES
+ if: env.SIGNIFICANT_CHANGES
57
+ - uses: ad-m/github-push-action@master
58
59
+ with:
60
+ branch: ${{ matrix.version }}
61
+ github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments