From 10c08f007b54cdd5cee1d750e4c24d5777ed35f6 Mon Sep 17 00:00:00 2001 From: Ryananana <36809659+Ryananana@users.noreply.github.com> Date: Tue, 21 May 2024 00:43:02 +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 8381d022..49621cb5 100644 --- a/.github/workflows/fetch.yml +++ b/.github/workflows/fetch.yml @@ -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