clone silently
Some checks failed
checks / Check & Test (Frontend + Backend) (push) Failing after 2s
Gitea Actions Demo / Explore-Gitea-Actions (pull_request) Successful in 3s
Gitea Actions Demo / Explore-Gitea-Actions-2 (pull_request) Successful in 2s
checks / Check & Test (Frontend + Backend) (pull_request) Failing after 1s

This commit is contained in:
Patrick
2025-10-29 17:11:16 +01:00
parent bb5f184139
commit 7d32db0b08

View File

@ -61,7 +61,8 @@ jobs:
echo "Cloning from $CLONE_URL"
echo "Cloning ALL_REPO_TOKEN $ALL_REPO_TOKEN"
CLONE_URL_WITH_AUTH=$(echo "$CLONE_URL" | sed "s#https://#https://$ALL_REPO_TOKEN@#")
git clone "$CLONE_URL_WITH_AUTH" .
git clone --quiet "$CLONE_URL_WITH_AUTH" .
echo "${{ gitea.repository }}. cloned successfully."
- name: List repo files and dependencies versions
run: |