Skip to content

Commit

Permalink
Update sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-chen committed Jun 8, 2023
1 parent 92e01cb commit 25dc753
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- name: Merge upstream
run: |
git config --global user.name 'SAIR Lab Bot'
git config --global user.name 'SAIR Bot'
git config --global user.email 'admin@sairlab.org'
# "git checkout master" is unnecessary, already here by default
Expand All @@ -28,5 +28,3 @@ jobs:
# remember to change branch name such as "master" or "main"
git merge --no-edit upstream/main
git push origin main
# etc

0 comments on commit 25dc753

Please sign in to comment.