diff --git a/.gitea/workflows/hello.yml b/.gitea/workflows/hello.yml index 39d78fe..47169d1 100644 --- a/.gitea/workflows/hello.yml +++ b/.gitea/workflows/hello.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Manual Checkout run: | - git clone https://${{ gitea.server_url }}/${{ gitea.repository }} . + git clone ${{ gitea.server_url }}/${{ gitea.repository }} . git checkout ${{ gitea.ref_name }} - name: Say Hello