From ea7f21a6e8c80fc5e26d3edcd840ed489d15cf0c Mon Sep 17 00:00:00 2001 From: Martin Kudlacek Date: Thu, 13 Nov 2025 09:10:23 +0100 Subject: [PATCH] WIP --- .gitea/workflows/hello.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitea/workflows/hello.yml b/.gitea/workflows/hello.yml index d9403c3..082805b 100644 --- a/.gitea/workflows/hello.yml +++ b/.gitea/workflows/hello.yml @@ -8,10 +8,5 @@ jobs: say_hello: runs-on: docker steps: - - name: Checkout - uses: docker://alpine/git - with: - args: clone $GITEA_SERVER_URL/$GITEA_REPOSITORY . - - name: Say Hello run: echo "Hello, world from Gitea Actions!"