From d8ca1232eb038f438acb839375369f1e9175559b Mon Sep 17 00:00:00 2001 From: juewuy Date: Mon, 24 Nov 2025 20:11:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0reF1nd=E5=86=85=E6=A0=B8?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E7=BC=96=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/core_auto_update.yml | 8 ++++---- .github/workflows/update_singbox_core.yaml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/core_auto_update.yml b/.github/workflows/core_auto_update.yml index 3c241e2..2b05139 100644 --- a/.github/workflows/core_auto_update.yml +++ b/.github/workflows/core_auto_update.yml @@ -12,7 +12,7 @@ jobs: - name: checkout uses: actions/checkout@v4 with: - repository: PuerNya/sing-box + repository: reF1nd/sing-box ref: building fetch-depth: 0 - name: Check version @@ -20,7 +20,7 @@ jobs: git remote add sekai https://github.com/SagerNet/sing-box.git git fetch --tags sekai version_new=$(CGO_ENABLED=0 go run ./cmd/internal/read_tag) - version_old=$(curl -sSl https://github.com/juewuy/ShellCrash/releases/download/singbox_core_PuerNya/version) + version_old=$(curl -sSl https://github.com/juewuy/ShellCrash/releases/download/singbox_core_reF1nd/version) if [ "$version_old" != "$version_new" ];then echo a=$version_old >> $GITHUB_ENV echo b=$version_new >> $GITHUB_ENV @@ -35,9 +35,9 @@ jobs: permissions: write-all uses: juewuy/ShellCrash/.github/workflows/update_singbox_core.yaml@dev with: - tag1: PuerNya/sing-box + tag1: reF1nd/sing-box tag2: building - tag3: singbox_core_PuerNya + tag3: singbox_core_reF1nd tag5: with_quic,with_dhcp,with_wireguard,with_shadowsocksr,with_ech,with_utls,with_clash_api,with_gvisor secrets: inherit diff --git a/.github/workflows/update_singbox_core.yaml b/.github/workflows/update_singbox_core.yaml index ea6b96f..4eae203 100644 --- a/.github/workflows/update_singbox_core.yaml +++ b/.github/workflows/update_singbox_core.yaml @@ -82,10 +82,10 @@ jobs: [ -z "$version" ] && version=${{ inputs.tag2 }} echo version=$version >> $GITHUB_OUTPUT if [ -z "$TAGS" ];then - if [ "$REPO" = 'PuerNya/sing-box' ];then - echo tags=with_quic,with_utls,with_shadowsocksr,with_clash_api >> $GITHUB_OUTPUT - else + if [ "$REPO" = 'SagerNet/sing-box' ];then echo tags=with_quic,with_utls,with_clash_api >> $GITHUB_OUTPUT + else + echo tags=with_quic,with_utls,with_clash_api,with_shadowsocksr >> $GITHUB_OUTPUT fi else echo tags=$TAGS >> $GITHUB_OUTPUT