Skip to content

Commit

Permalink
Do rebase instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed May 13, 2024
1 parent 0f2ed0a commit dd85812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mirror.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/Comfy-Org/Comfyui.git
git fetch origin master
git checkout master
git merge --ff-only FETCH_HEAD
git rebase origin/master
git push origin master

0 comments on commit dd85812

Please sign in to comment.