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
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:
@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user