From 0d9212838371b5813344ed6568837fecd0d4f860 Mon Sep 17 00:00:00 2001 From: jtl <50390874+tianlongJ@users.noreply.github.com> Date: Tue, 14 Nov 2023 22:54:59 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d6482b6e54..d669fa6961 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,9 +14,9 @@ jobs: git config --global user.name 'tianlong.jiang' git config --global user.email 'tianlong.jiang@foxmail.com' git config --global credential.helper store - git clone https://${{secrets.PAT_TOKEN}}@github.com/ScoopInstaller/Scoop.git tmp + git clone https://${{secrets.PAT_TOKEN}}@github.com/tianlongJ/Scoop.git tmp cd tmp - git remote add upstream https://${{secrets.PAT_TOKEN}}@github.com/tianlongJ/Scoop.git + git remote add upstream https://${{secrets.PAT_TOKEN}}@github.com/ScoopInstaller/Scoop.git git fetch upstream git merge upstream/master git push origin master