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

This commit is contained in:
hhs
2026-06-20 15:51:14 +08:00
parent 7288f443f1
commit 590c4592ea

View File

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