From dee9a5a13fbca5a87829edb15211ebd53dbbfd5d Mon Sep 17 00:00:00 2001 From: yuanzhen869 Date: Tue, 15 Sep 2026 10:17:47 +0800 Subject: [PATCH] fix: use GitHub proxy for actions upstream sync --- tools/sync_surge_full.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/sync_surge_full.sh b/tools/sync_surge_full.sh index f0e5511a7..d6f8718e4 100755 --- a/tools/sync_surge_full.sh +++ b/tools/sync_surge_full.sh @@ -3,7 +3,7 @@ set -euo pipefail ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)" TMP_DIR="$(mktemp -d)" -UPSTREAM_REPO_URL="${UPSTREAM_REPO_URL:-https://github.com/blackmatrix7/ios_rule_script.git}" +UPSTREAM_REPO_URL="${UPSTREAM_REPO_URL:-https://gh.halonice.com/https://github.com/blackmatrix7/ios_rule_script.git}" UPSTREAM_REF="${UPSTREAM_REF:-master}" TARGET_DIR="${ROOT_DIR}/data/upstream" @@ -33,4 +33,4 @@ This directory is generated by tools/sync_surge_full.sh. - Commit Date: $UPSTREAM_DATE TXT -echo "[sync] done: commit=$UPSTREAM_COMMIT" +echo "[sync] done: commit=$UPSTREAM_COMMIT" \ No newline at end of file