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!"