From 5e7bfccdca00bc1c22095b7138e341ae9343a44e Mon Sep 17 00:00:00 2001 From: Martin Kudlacek Date: Thu, 13 Nov 2025 09:01:19 +0100 Subject: [PATCH] WIP --- .gitea/workflows/hello.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/hello.yml b/.gitea/workflows/hello.yml index 47169d1..3c2fd7d 100644 --- a/.gitea/workflows/hello.yml +++ b/.gitea/workflows/hello.yml @@ -8,10 +8,11 @@ jobs: say_hello: runs-on: docker steps: - - name: Manual Checkout - run: | - git clone ${{ gitea.server_url }}/${{ gitea.repository }} . - git checkout ${{ gitea.ref_name }} + - name: Checkout + uses: docker://alpine/git + with: + args: clone $GITEA_SERVER_URL/$GITEA_REPOSITORY . - name: Say Hello run: echo "Hello, world from Gitea Actions!" + run: date > muj-cas-je-pouho-pouhe-prozatim.txt