From 77e2df9dfbb9bb031d9dcee9c8771bfff3ebb530 Mon Sep 17 00:00:00 2001 From: Karl-Johan Grahn Date: Mon, 21 Mar 2022 22:34:45 +0100 Subject: [PATCH] fix(255): checkout does not work as expected --- .github/workflows/pull_request.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 69295d8..b1346fc 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -20,8 +20,6 @@ jobs: steps: - name: Check out code uses: actions/checkout@v2 - with: - ref: ${{github.event.pull_request.head.sha}} # Setting up helm binary - name: Set up Helm