Update fetch.yml

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

View File

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