forked from ChatGPTNextWeb/NextChat
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a7c19ad
commit 41da251
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |