[skip ci] Fix pushing outside repo in "update_i18n_languages" workflow

This commit is contained in:
schroda
2025-08-19 01:31:33 +02:00
parent 5d7f0a1f07
commit 21e2e5cd8c

View File

@@ -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 }}