From f291d33ab0c70cc3c7ce5a9e0653d36a15b5c951 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 19 Aug 2024 20:43:20 +0800 Subject: [PATCH] Fix push error hopefully --- .github/workflows/i18n-automerge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/i18n-automerge.yml b/.github/workflows/i18n-automerge.yml index 55db076d..79f47399 100644 --- a/.github/workflows/i18n-automerge.yml +++ b/.github/workflows/i18n-automerge.yml @@ -63,7 +63,7 @@ jobs: git config --global user.name "github-actions[bot]" git add src/data/catalogs.json git commit -m "Update catalogs.json" - git push + git push origin HEAD:l10n_main echo "Merging pull request" PR_NUMBER=$(echo ${{ github.event.pull_request.number }}) gh pr merge $PR_NUMBER --auto --squash