From 956f25c601c7faa88d5f33f3d75680e6a7d4c4e2 Mon Sep 17 00:00:00 2001 From: g_it Date: Wed, 8 Apr 2026 00:23:12 +0200 Subject: [PATCH] Runner debug 12. --- .github/workflows/lint.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d376a85..a1df1bc 100755 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -27,10 +27,10 @@ jobs: echo "Repository URL: $FORGEJO_SERVER_URL/$FORGEJO_REPOSITORY.git" echo "" - - uses: https://github.com/espublicotech/forgejo-action-checkout@v4 - with: - repository: "g_it/site" - token: ${{ secrets.ACTIONS_TOKEN }} + - name: Checkout repository + run: | + git clone --depth 1 https://token:${{ secrets.ACTIONS_TOKEN }}@gugulet.hu/technical/git/g_it/site.git . + cd site || true - name: 📁 Check working directory structure run: |