From 8437a6fb7855b56cd84e1b07d540c57c3fcb98f4 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Mon, 24 May 2021 16:19:33 -0700 Subject: [PATCH] Remove checkout ref --- web/.github/workflows/linter.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/.github/workflows/linter.yml b/web/.github/workflows/linter.yml index 358af10b5..20df49370 100644 --- a/web/.github/workflows/linter.yml +++ b/web/.github/workflows/linter.yml @@ -12,8 +12,6 @@ jobs: - name: Checkout uses: actions/checkout@v2 with: - # Make sure the actual branch is checked out when running on pull requests - ref: ${{ github.head_ref }} fetch-depth: 0 - name: Prettier