From 87662c8ed013a3576e9123c6175586e8f06cb8c7 Mon Sep 17 00:00:00 2001 From: Martin Kudlacek Date: Thu, 13 Nov 2025 09:15:12 +0100 Subject: [PATCH] WIP --- .gitea/workflows/hello.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/hello.yml b/.gitea/workflows/hello.yml index 082805b..cc24afb 100644 --- a/.gitea/workflows/hello.yml +++ b/.gitea/workflows/hello.yml @@ -8,5 +8,10 @@ jobs: say_hello: runs-on: docker steps: + + - name: Check out repository code + uses: actions/checkout@v4 + - name: Say Hello run: echo "Hello, world from Gitea Actions!" + - run: ls