From 93bf0611663b3cf733261d87ec5443d50ecc326e Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L. de Mello" Date: Tue, 30 Apr 2024 21:56:01 -0300 Subject: [PATCH] fix(ci): checkout action --- .forgejo/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/tests.yml b/.forgejo/workflows/tests.yml index b9270a5..62ecac4 100644 --- a/.forgejo/workflows/tests.yml +++ b/.forgejo/workflows/tests.yml @@ -5,7 +5,9 @@ jobs: runs-on: alpine-plus steps: - name: Checkout - uses: actions/checkout@v4 + run: | + git clone --depth 1 \ + http://${{ github.repository_owner }}:${{ secrets.GITHUB_TOKEN }}@${{ secrets.FORGEJO_DOMAIN }}/dot013/.mdparser - name: Install nix uses: actions/nix-quick-install-action@v27 - name: Setup cachix