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

This commit is contained in:
Martin Kudlacek
2025-11-13 08:38:48 +01:00
parent 94c41bd6fb
commit bd08bdf8ab

View File

@@ -8,8 +8,10 @@ jobs:
say_hello: say_hello:
runs-on: docker runs-on: docker
steps: steps:
- name: Checkout - name: Manual Checkout
uses: https://gitea.com/actions/checkout@v4 run: |
git clone $GITEA_SERVER_URL/$GITEA_REPOSITORY .
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!"