更新工作流

This commit is contained in:
2025-11-21 18:10:34 +08:00
parent 7d0c765b85
commit 75106a43f2

View File

@@ -33,7 +33,10 @@ jobs:
steps: steps:
- name: 克隆代码 - name: 克隆代码
uses: actions/checkout@v4 run: |
# 直接克隆当前仓库
git clone --depth 1 https://gitea.yanghuanglin.cn/${{ github.repository }} .
git checkout ${{ github.ref }}
- name: 配置环境 - name: 配置环境
run: | run: |