feat: update workflow
All checks were successful
build / build (push) Successful in 1m22s
build / trigger-build-image (push) Has been skipped

This commit is contained in:
zzjc1234 2024-10-10 12:59:24 +08:00
parent 9a523c94d5
commit 89f417177f

View File

@ -29,7 +29,7 @@ jobs:
local_hash=""
fi
remote_hash=$(git ls-remote https://github.com/BoYanZh/Joint-Teapot | grep master | awk '{print $1}')
remote_hash=$(git ls-remote https://mirror.ghproxy.com/https://github.com/BoYanZh/Joint-Teapot | grep master | awk '{print $1}')
echo "Local hash: $local_hash"
echo "Remote hash: $remote_hash"