Skip to content

Commit

Permalink
Update oauth_callback.ts (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper committed Oct 9, 2024
1 parent c82e079 commit dd27511
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/auto-rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
run: |
git config --global user.email [email protected]
git config --global user.name tsai
git checkout master
git rebase upstream/master
git checkout main
git rebase upstream/main
- name: Push changes
run: git push origin master --force
run: git push origin main --force

0 comments on commit dd27511

Please sign in to comment.