From b542481a6f1e442e06b1bb6b7a6b3202baa639b3 Mon Sep 17 00:00:00 2001 From: Christoph Stockinger Date: Wed, 13 Nov 2024 21:05:08 +0100 Subject: [PATCH] ci: update --- .github/workflows/split.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/split.yml b/.github/workflows/split.yml index 96c83034..eb8b0dcd 100644 --- a/.github/workflows/split.yml +++ b/.github/workflows/split.yml @@ -27,6 +27,7 @@ jobs: run: | git config --global user.name "github-actions[bot]" git config --global user.email "github-actions[bot]@users.noreply.github.com" + git config --global init.defaultBranch main - name: Split Backend Repo env: @@ -38,7 +39,7 @@ jobs: git init git add . git commit -m "Update backend" - git branch -M main + # git branch -m main git remote add backend $BACKEND_REPO_URL git push -u --force backend main