Skip to content

Commit

Permalink
back to merge instead of rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ashton committed May 16, 2024
1 parent 8280277 commit f2f8787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-branches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- run: git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
- run: git fetch --all
- run: git checkout osx
- run: git rebase main
- run: git merge main
- run: git push
update-arch-branch:
runs-on: ubuntu-latest
Expand All @@ -19,5 +19,5 @@ jobs:
- run: git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
- run: git fetch --all
- run: git checkout arch
- run: git rebase main
- run: git merge main
- run: git push

0 comments on commit f2f8787

Please sign in to comment.