Thanks to visit codestin.com Credit goes to github.com
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 f778fb5 commit 4dad336Copy full SHA for 4dad336
1 file changed
.github/workflows/update-lint-and-build.yml
@@ -52,10 +52,11 @@ jobs:
52
- run: git add .
53
- run: git commit -m 'Update translation from Transifex'
54
if: env.SIGNIFICANT_CHANGES
55
- - uses: peter-evans/repository-dispatch@main
+ - uses: ad-m/github-push-action@master
56
+ if: env.SIGNIFICANT_CHANGES
57
with:
- token: ${{ secrets.GITHUB_TOKEN }}
58
- event-type: translation-updated
+ branch: ${{ matrix.version }}
59
+ github_token: ${{ secrets.GITHUB_TOKEN }}
60
61
lint:
62
runs-on: ubuntu-latest
0 commit comments