diff --git a/.gitea/workflows/push.yml b/.gitea/workflows/push.yml index 5693c23..f8309eb 100644 --- a/.gitea/workflows/push.yml +++ b/.gitea/workflows/push.yml @@ -15,7 +15,7 @@ jobs: steps: # ✅ 使用 Gitea 兼容的代码检出方式 - name: Checkout code - uses: https://gitea.com/actions/checkout@v3 + uses: actions/checkout@v3 - name: Cleanup old containers run: |