diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cd72dd4..0c9157d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -166,7 +166,7 @@ jobs: git config --global user.name "${{ secrets.git_name }}" - name: Clone repo run: | - git clone https://github.com/xgadget-lab/homebrew-nexttrace.git + git clone https://github.com/nxtrace/homebrew-nexttrace.git - name: Exec scipt run: | cd homebrew-nexttrace @@ -183,7 +183,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/xgadget-lab/homebrew-nexttrace.git + git remote set-url origin https://${{ secrets.gt_token }}@github.com/nxtrace/homebrew-nexttrace.git git push # env: # SSH_AUTH_SOCK: /tmp/ssh_agent.sock diff --git a/.github/workflows/publishNewFormula.yml b/.github/workflows/publishNewFormula.yml index 8c64550..65c6004 100644 --- a/.github/workflows/publishNewFormula.yml +++ b/.github/workflows/publishNewFormula.yml @@ -21,7 +21,7 @@ jobs: git config --global user.name "${{ secrets.git_name }}" - name: Clone repo run: | - git clone https://github.com/xgadget-lab/homebrew-nexttrace.git + git clone https://github.com/nxtrace/homebrew-nexttrace.git - name: Exec scipt run: | cd homebrew-nexttrace @@ -38,7 +38,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/xgadget-lab/homebrew-nexttrace.git + git remote set-url origin https://${{ secrets.gt_token }}@github.com/nxtrace/homebrew-nexttrace.git git push # env: # SSH_AUTH_SOCK: /tmp/ssh_agent.sock diff --git a/README.md b/README.md index b652a3b..949264a 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Document Language: English | [简体中文](README_zh_CN.md) * This repository's ACTIONS automatically built version (updates faster) ```shell - brew tap xgadget-lab/nexttrace && brew install xgadget-lab/nexttrace/nexttrace + brew tap nxtrace/nexttrace && brew install nxtrace/nexttrace/nexttrace ``` * The homebrew-core build is maintained by chenrui333, please note that this version's updates may lag behind the repository Action automatically version diff --git a/README_zh_CN.md b/README_zh_CN.md index 0d7ae77..e6050d3 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -93,7 +93,7 @@ Document Language: [English](README.md) | 简体中文 * 本仓库ACTIONS自动构建版(更新更快) ```shell - brew tap xgadget-lab/nexttrace && brew install xgadget-lab/nexttrace/nexttrace + brew tap nxtrace/nexttrace && brew install nxtrace/nexttrace/nexttrace ``` * homebrew-core 构建由 chenrui333 维护,请注意该版本更新可能会落后仓库Action自动构建版本