fix: use git clone instead of actions/checkout (no node on shell runner)
This commit is contained in:
parent
4109aa1ab8
commit
ad8a5e5a90
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,8 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: shell
|
runs-on: shell
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- name: Clone repository
|
||||||
|
run: git clone --depth 1 "http://192.168.8.174:3000/${GITHUB_REPOSITORY}.git" .
|
||||||
|
|
||||||
- name: Setup .env for CI/CD
|
- name: Setup .env for CI/CD
|
||||||
run: cp .env.example .env
|
run: cp .env.example .env
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue