fix: 为 uses 的 URL 加引号修复 YAML 解析错误
This commit is contained in:
@@ -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