From de0f49d01be3012c91da5d026fd62361f045d9fd Mon Sep 17 00:00:00 2001 From: Leo Date: Mon, 30 Jan 2023 10:19:37 +0800 Subject: [PATCH] fix: homebrew git fail --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5aa96b6..986ad7d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,7 +64,7 @@ jobs: git config --global user.name "${{ secrets.git_name }}" - name: Clone repo run: | - git clone https://github.com/sjlleo/homebrew-nexttrace.git + git clone https://github.com/xgadget-lab/homebrew-nexttrace.git - name: Exec scipt run: | cd homebrew-nexttrace @@ -81,7 +81,7 @@ jobs: run: | cd homebrew-nexttrace git commit -am 'Publish a new version with Formula' || true - git remote set-url origin https://${{ secrets.gt_token }}@github.com/sjlleo/homebrew-nexttrace.git + git remote set-url origin https://${{ secrets.gt_token }}@github.com/xgadget-lab/homebrew-nexttrace.git git push # env: # SSH_AUTH_SOCK: /tmp/ssh_agent.sock