From be700522f9ff0360a68785dafeed71bf273b6e13 Mon Sep 17 00:00:00 2001 From: Tara Sophia Roshan Date: Mon, 22 Jan 2024 21:01:55 -0600 Subject: [PATCH] Add upstream for git push (locales workflow) --- .github/workflows/update_locales.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}