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