Skip to content

Commit

Permalink
Update update-branches.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ashton authored Oct 28, 2024
1 parent f2f8787 commit 6867661
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 merge main
- run: git merge origin/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 merge main
- run: git merge origin/main
- run: git push

0 comments on commit 6867661

Please sign in to comment.