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

This commit is contained in:
Patrick
2025-10-29 13:28:40 +01:00
parent 32c57e5b4f
commit 5697159eaa
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ jobs:
# uses: actions/checkout@v4
- name: Checkout repository manually
run: |
git clone ${{ gitea.repository.clone_url }} .
git clone ${{ gitea.repository.my_app_clone_url }} .
- name: List repo files
run: ls .