From bcda750a6650a06a8222c9e4fc2398cd8cf56d68 Mon Sep 17 00:00:00 2001 From: tsosunchia <59512455+tsosunchia@users.noreply.github.com> Date: Fri, 6 Oct 2023 21:30:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0homebrew=E4=BB=93=E5=BA=93?= =?UTF-8?q?=E5=9C=B0=E5=9D=80=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 ++-- .github/workflows/publishNewFormula.yml | 4 ++-- README.md | 2 +- README_zh_CN.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) 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自动构建版本