Merge pull request 'feat: 官网 + 管理端 + Gin/GORM 后端首个完整版本' (#1) from main into dev #2
@@ -14,7 +14,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- 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 工具
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user