fix: add GIT_TERMINAL_PROMPT for non-interactive clone
This commit is contained in:
parent
ad8a5e5a90
commit
afed960269
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
run: git clone --depth 1 "http://192.168.8.174:3000/${GITHUB_REPOSITORY}.git" .
|
run: git clone --depth 1 "http://192.168.8.174:3000/${GITHUB_REPOSITORY}.git" .
|
||||||
|
env:
|
||||||
|
GIT_TERMINAL_PROMPT: '0'
|
||||||
|
|
||||||
- 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