From 9755af11759d564eaa17a2873854c68e4d4b9677 Mon Sep 17 00:00:00 2001 From: zzjc1234 <2359047351@qq.com> Date: Thu, 10 Oct 2024 13:07:42 +0800 Subject: [PATCH] feat: update workflow --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 0d2203c..6f86020 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -29,14 +29,14 @@ jobs: local_hash="" fi - remote_hash=$(git ls-remote https://mirror.ghproxy.com/https://github.com/BoYanZh/Joint-Teapot | grep master | awk '{print $1}') + remote_hash=$(git ls-remote https://ghp.ci/https://github.com/BoYanZh/Joint-Teapot | grep master | awk '{print $1}') echo "Local hash: $local_hash" echo "Remote hash: $remote_hash" if [ "$local_hash" != "$remote_hash" ]; then echo "Hashes are different, updating Joint-Teapot..." - pip install git+https://mirror.ghproxy.com/https://github.com/BoYanZh/Joint-Teapot + pip install git+https://ghp.ci/https://github.com/BoYanZh/Joint-Teapot echo "$remote_hash" > master_hash.txt else