Merge pull request 'feat: 官网 + 管理端 + Gin/GORM 后端首个完整版本' (#1) from main into dev #2

Merged
Blizzard merged 15 commits from dev into main 2026-07-17 09:36:17 +00:00
Showing only changes of commit 2dfe124b86 - Show all commits
+4 -1
View File
@@ -14,7 +14,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: 检出代码 - name: 检出代码
uses: actions/checkout@v4 run: |
git config --global --add safe.directory '*'
git clone "http://token:${{ github.token }}@192.168.100.125:3000/${{ github.repository }}.git" .
git checkout "${{ github.sha }}"
- name: 安装 ssh 工具 - name: 安装 ssh 工具
run: | run: |