fix: checkout 指定触发分支,避免始终拉取 main 代码 #140

Merged
huanghaosheng merged 1 commits from develop into v2 2026-06-20 15:51:42 +08:00

View File

@@ -10,6 +10,8 @@ jobs:
steps:
- name: Checkout
uses: "http://8.161.227.145:3000/huanghaosheng/checkout@releases/v4"
with:
ref: ${{ github.ref }}
- name: Install Docker CLI
run: apk add --no-cache docker-cli docker-cli-compose rsync