Skip to content

Commit 4dad336

Browse files
authored
Push after committing in CI
Partial revert of #48. Removed repository dispatch as not working.
1 parent f778fb5 commit 4dad336

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/update-lint-and-build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,11 @@ jobs:
5252
- run: git add .
5353
- run: git commit -m 'Update translation from Transifex'
5454
if: env.SIGNIFICANT_CHANGES
55-
- uses: peter-evans/repository-dispatch@main
55+
- uses: ad-m/github-push-action@master
56+
if: env.SIGNIFICANT_CHANGES
5657
with:
57-
token: ${{ secrets.GITHUB_TOKEN }}
58-
event-type: translation-updated
58+
branch: ${{ matrix.version }}
59+
github_token: ${{ secrets.GITHUB_TOKEN }}
5960

6061
lint:
6162
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)