Skip to content

Commit d4e4313

Browse files
Start workflow
1 parent 66bb5d4 commit d4e4313

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/transifex-pull.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,9 @@ jobs:
5353
&& echo "SIGNIFICANT_CHANGES=1" >> $GITHUB_ENV || exit 0
5454
- run: git add .
5555
- run: git commit -m 'Update translation from Transifex'
56-
if: env.SIGNIFICANT_CHANGES
56+
if: env.SIGNIFICANT_CHANGES
57+
- uses: ad-m/github-push-action@master
58+
if: env.SIGNIFICANT_CHANGES
59+
with:
60+
branch: ${{ matrix.version }}
61+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)