fixed pipeline
Some checks failed
Check Deleted Workflows / check-deleted-workflows (pull_request) Failing after 4s
Some checks failed
Check Deleted Workflows / check-deleted-workflows (pull_request) Failing after 4s
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
||||
|
||||
rm -rf "${REPO_DIR}"
|
||||
AUTH_HEADER="$(printf '%s:%s' "${CLONE_USER}" "${CLONE_PASS}" | base64 | tr -d '\n')"
|
||||
git clone --depth 0 \
|
||||
git clone \
|
||||
-c "http.extraHeader=Authorization: Basic ${AUTH_HEADER}" \
|
||||
"${REPO_CLONE_URL}" \
|
||||
"${REPO_DIR}"
|
||||
|
||||
Reference in New Issue
Block a user