From 0eec96255ac7d111e6ed92f129a98ac5583f0914 Mon Sep 17 00:00:00 2001 From: Ryananana <36809659+Ryananana@users.noreply.github.com> Date: Tue, 21 May 2024 00:40:31 +0800 Subject: [PATCH] Update fetch.yml Signed-off-by: Ryananana <36809659+Ryananana@users.noreply.github.com> --- .github/workflows/fetch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fetch.yml b/.github/workflows/fetch.yml index 4faac05a..8381d022 100644 --- a/.github/workflows/fetch.yml +++ b/.github/workflows/fetch.yml @@ -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