Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
christophstockinger committed Nov 13, 2024
1 parent ebe093e commit b542481
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/split.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit b542481

Please sign in to comment.