WIP
Some checks failed
Hello World / say_hello (push) Has been cancelled

This commit is contained in:
Martin Kudlacek
2025-11-13 08:41:17 +01:00
parent 487b91db1f
commit 31ae81f38a

View File

@@ -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