From d9090a10620ecb3a16ba05e042a41e0f63e9d811 Mon Sep 17 00:00:00 2001 From: withanage Date: Tue, 11 Jun 2024 13:42:12 +0200 Subject: [PATCH] add error --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 078bc059..272998ea 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,7 +33,7 @@ jobs: - name: Install for pull_request if: ${{github.event_name == 'pull_request'}} run: | - git clone -b ${{ github.event.pull_request.head.ref}} ${{ github.event.pull_request.head.repo.html_url}} ~/${{ github.event.pull_request.head.repo.name }} --depth 5 + git clone -b ${{ github.event.pull_request.head.ref}} ${{ github.event.pull_request.head.repo.html_url}} ~/${{ github.event.pull_request.head.repo.name }} --depth 50 shell: bash - name: "Run plugin validation"