Update fetch.yml

Signed-off-by: Ryananana <36809659+Ryananana@users.noreply.github.com>
This commit is contained in:
Ryananana 2024-05-20 21:12:38 +08:00 committed by GitHub
parent 769307dd4e
commit d13da69b7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,6 +17,7 @@ jobs:
git clone https://${{ secrets.PERSONAL_TOKEN }}@github.com/Ryananana/sing-box.git tmp
cd tmp
git remote add upstream https://github.com/SagerNet/sing-box.git
git reset .
git fetch upstream
git merge upstream/dev-next
git push origin dev-next