From b5a1bd5c248f725987ca497d1dc72f7eed4a1b79 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 9 Oct 2020 20:46:01 +0530 Subject: [PATCH] Adds repo field to checkout --- .github/workflows/checks.yml | 1 + 1 file changed, 1 insertion(+) 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