Update fetch.yml

Signed-off-by: Ryananana <36809659+Ryananana@users.noreply.github.com>
This commit is contained in:
Ryananana 2024-05-21 00:43:02 +08:00 committed by GitHub
parent 0eec96255a
commit 10c08f007b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,6 @@ jobs:
git remote add upstream https://github.com/SagerNet/sing-box.git
git fetch --all
git reset --hard upstream/dev-next
git pull
git pull upstream dev-next
git merge upstream/dev-next
git push origin dev-next