From 41a2e59be9bbe5acc58edde82bd35adc30e7e759 Mon Sep 17 00:00:00 2001 From: 233dada <233dada@gmail.com> Date: Wed, 9 Oct 2024 23:34:27 +0800 Subject: [PATCH] Update auto-pull.yml --- .github/workflows/auto-pull.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-pull.yml b/.github/workflows/auto-pull.yml index dd2c36e7..f6ee8c2f 100644 --- a/.github/workflows/auto-pull.yml +++ b/.github/workflows/auto-pull.yml @@ -13,4 +13,4 @@ jobs: uses: actions/checkout@v2 - name: pull code - run: git pull origin master --rebase + run: git pull upstream master --rebase