Skip to content

Commit

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

0 comments on commit 8280277

Please sign in to comment.