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: |