diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index ecdd66f53..56be78630 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -9,6 +9,7 @@ jobs: steps: - uses: actions/checkout@v2 with: + repository: ${{ github.repository }} ref: ${{ github.head_ref }} fetch-depth: 0 - name: Installing dependencies