Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tianlongJ authored Nov 14, 2023
1 parent 6b002c5 commit 0d92128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0d92128

Please sign in to comment.