develop #15
@@ -13,7 +13,7 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
working-directory: backend
|
working-directory: backend
|
||||||
steps:
|
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
|
- uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
working-directory: frontend
|
working-directory: frontend
|
||||||
steps:
|
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
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ jobs:
|
|||||||
- run: echo "🌿 Branch: ${{ gitea.ref }}, Repo: ${{ gitea.repository }}"
|
- run: echo "🌿 Branch: ${{ gitea.ref }}, Repo: ${{ gitea.repository }}"
|
||||||
- run: echo "🐧 Running on ${{ runner.os }}, workspace: ${{ gitea.workspace }}"
|
- run: echo "🐧 Running on ${{ runner.os }}, workspace: ${{ gitea.workspace }}"
|
||||||
- name: Check out repository code
|
- 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"
|
- run: echo "💡 ${{ gitea.repository }} has been cloned to the runner"
|
||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
run: ls ${{ gitea.workspace }}
|
run: ls ${{ gitea.workspace }}
|
||||||
|
|||||||
Reference in New Issue
Block a user