From 27fd17f581df5bd62386b79d3cbc03982f32effe Mon Sep 17 00:00:00 2001 From: g_it Date: Wed, 8 Apr 2026 00:10:10 +0200 Subject: [PATCH] Runner debug 7. --- .github/workflows/lint.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a7d1f7c..ea65f19 100755 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -27,10 +27,11 @@ jobs: echo "Repository URL: $FORGEJO_SERVER_URL/$FORGEJO_REPOSITORY.git" echo "" - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 + env: + GITHUB_SERVER_URL: "https://gugulet.hu/technical/git" with: repository: "g_it/site" - github-server-url: "https://gugulet.hu/technical/git" - name: 📁 Check working directory structure run: |