[skip ci] Fix pushing outside repo in "update_i18n_languages" workflow
This commit is contained in:
6
.github/workflows/update_i18n_languages.yml
vendored
6
.github/workflows/update_i18n_languages.yml
vendored
@@ -50,4 +50,8 @@ jobs:
|
|||||||
yarn i18n:gen-resources
|
yarn i18n:gen-resources
|
||||||
|
|
||||||
- name: Push changes
|
- name: Push changes
|
||||||
run: git push origin HEAD
|
run: |
|
||||||
|
cd master
|
||||||
|
git push origin HEAD
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user