diff --git a/.github/workflows/update_locales.yml b/.github/workflows/update_locales.yml index cc68dcda2..d17c93de4 100644 --- a/.github/workflows/update_locales.yml +++ b/.github/workflows/update_locales.yml @@ -28,6 +28,6 @@ jobs: ./bw-dev update_locales git add -A git commit -a -m "[GitHub Action] Update locales" - git push + git push -u origin main env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}