This commit is contained in:
shanshanzhong 2025-09-25 02:19:18 -07:00
parent 849a7219df
commit 61fa7be47d

View File

@ -33,13 +33,6 @@ jobs:
name: 发布 Web 镜像
runs-on: ppanel-web
steps:
- name: 检查依赖工具
run: |
if ! command -v jq &> /dev/null
then
echo "jq could not be found, please install it on the runner."
exit 1
fi
- name: 检出代码
uses: actions/checkout@v4