更新 .gitea/workflows/push.yml
This commit is contained in:
@@ -16,6 +16,10 @@ jobs:
|
||||
# ✅ 使用 Gitea 兼容的代码检出方式
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
gitea-server: http://suncheng.asia:14200
|
||||
token: ${{ secrets.GITEA_TOKEN }}
|
||||
ref: ${{ gitea.ref }} # 必须传递 Gitea 的 ref 参数
|
||||
|
||||
- name: Cleanup old containers
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user