Merge pull request 'fix: checkout 指定触发分支,避免始终拉取 main 代码' (#140) from develop into v2
All checks were successful
Deploy / deploy (push) Successful in 16s

Reviewed-on: http://8.161.227.145:3000/XEngineers/CamTalk/pulls/140
This commit was merged in pull request #140.
This commit is contained in:
2026-06-20 15:51:41 +08:00

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