chore: 尝试去除 actions/checkout 的无效步骤
Node.js Build / build (push) Successful in 15s

This commit is contained in:
windychen0
2026-06-06 20:21:10 +08:00
parent b894041def
commit 20338b7722
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
- name: Checkout code
run: |
git init
git remote add origin http://gitea:8418/windychen/windyChenUtils.git
git remote add origin http://gitea:3000/windychen/windyChenUtils.git
git fetch --depth 1 origin ${{ github.sha }}
git checkout ${{ github.sha }}