Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4dad336

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

File tree

Expand file treeCollapse file tree

1 file changed

+4
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-3
lines changed

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

Copy file name to clipboardExpand all lines: .github/workflows/update-lint-and-build.yml
+4-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.