Merge pull request 'fix: 为 uses 的 URL 加引号修复 YAML 解析错误' (#14) from build/actions into develop
Reviewed-on: http://8.161.227.145:3000/XEngineers/CamTalk/pulls/14 Reviewed-by: cfy777 <3087823110@qq.com>
This commit was merged in pull request #14.
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user