From 487b91db1fd88109dcfe026c362882be4e6dc00a Mon Sep 17 00:00:00 2001 From: Martin Kudlacek Date: Thu, 13 Nov 2025 08:40:09 +0100 Subject: [PATCH] WIP --- .gitea/workflows/hello.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/hello.yml b/.gitea/workflows/hello.yml index 7ad0b5a..39d78fe 100644 --- a/.gitea/workflows/hello.yml +++ b/.gitea/workflows/hello.yml @@ -10,8 +10,8 @@ jobs: steps: - name: Manual Checkout run: | - git clone $GITEA_SERVER_URL/$GITEA_REPOSITORY . - git checkout $GITEA_REF_NAME + git clone https://${{ gitea.server_url }}/${{ gitea.repository }} . + git checkout ${{ gitea.ref_name }} - name: Say Hello run: echo "Hello, world from Gitea Actions!"