fix: add GIT_TERMINAL_PROMPT for non-interactive clone
All checks were successful
CI/CD Pipeline / build (push) Successful in 16s
CI/CD Pipeline / deploy (push) Successful in 0s

This commit is contained in:
vrubel 2026-06-06 16:15:44 +00:00
parent ad8a5e5a90
commit afed960269

View file

@ -11,6 +11,8 @@ jobs:
steps:
- name: Clone repository
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
run: cp .env.example .env