This commit is contained in:
2026-01-11 11:39:39 +08:00
parent 8007ffd91e
commit 09b88782f8

View File

@@ -44,6 +44,7 @@ $:
script: |
git remote remove gitea 2>/dev/null || true
git remote add gitea https://oauth2:${GITEA_TOKEN}@git.xiongxiao.me/${TO_REPO}.git
git remote -v
- name: '推送代码到 gitea'
script: git push gitea main