部署 #117

Merged
cfy777 merged 29 commits from develop into main 2026-06-14 21:25:32 +08:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit c0279e94c7 - Show all commits

View File

@@ -13,7 +13,7 @@ jobs:
run:
working-directory: backend
steps:
- uses: http://8.161.227.145:3000/huanghaosheng/checkout@releases/v4
- uses: "http://8.161.227.145:3000/huanghaosheng/checkout@releases/v4"
- uses: actions/setup-go@v5
with:

View File

@@ -13,7 +13,7 @@ jobs:
run:
working-directory: frontend
steps:
- uses: http://8.161.227.145:3000/huanghaosheng/checkout@releases/v4
- uses: "http://8.161.227.145:3000/huanghaosheng/checkout@releases/v4"
- uses: actions/setup-node@v4
with:

View File

@@ -11,7 +11,7 @@ jobs:
- run: echo "🌿 Branch: ${{ gitea.ref }}, Repo: ${{ gitea.repository }}"
- run: echo "🐧 Running on ${{ runner.os }}, workspace: ${{ gitea.workspace }}"
- name: Check out repository code
uses: http://8.161.227.145:3000/huanghaosheng/checkout@releases/v4
uses: "http://8.161.227.145:3000/huanghaosheng/checkout@releases/v4"
- run: echo "💡 ${{ gitea.repository }} has been cloned to the runner"
- name: List files in the repository
run: ls ${{ gitea.workspace }}