fixed pipeline
Some checks failed
Check Deleted Workflows / check-deleted-workflows (pull_request) Failing after 4s

This commit is contained in:
Richard Mrasek
2026-06-12 10:11:17 +02:00
parent b8b3c8c41d
commit 7666731f66
4 changed files with 3280 additions and 3 deletions

View File

@@ -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}"