WIP
Some checks failed
Hello World / say_hello (push) Failing after 1s

This commit is contained in:
Martin Kudlacek
2025-11-13 08:40:09 +01:00
parent bd08bdf8ab
commit 487b91db1f

View File

@@ -10,8 +10,8 @@ jobs:
steps: steps:
- name: Manual Checkout - name: Manual Checkout
run: | run: |
git clone $GITEA_SERVER_URL/$GITEA_REPOSITORY . git clone https://${{ gitea.server_url }}/${{ gitea.repository }} .
git checkout $GITEA_REF_NAME git checkout ${{ gitea.ref_name }}
- name: Say Hello - name: Say Hello
run: echo "Hello, world from Gitea Actions!" run: echo "Hello, world from Gitea Actions!"