Repair gitea server url
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 7s

This commit is contained in:
Konstantin Hintermayer 2024-07-06 23:24:21 +02:00
parent 374a3638cb
commit f684a806d7

View File

@ -11,7 +11,7 @@ jobs:
- name: "Print env"
run: echo WORKSPACE
- name: "Git clone"
run: git clone ${{ gitea.server_url }}${{ gitea.repository }}.git
run: git clone ${{ gitea.server_url }}/${{ gitea.repository }}.git
- name: "LS"
run: ls -lisa
- name: "LS ECHO"