From 72ae858c14fe23a6f39e729af5a2d04a2317fd7d Mon Sep 17 00:00:00 2001 From: Karl-Johan Grahn Date: Mon, 21 Mar 2022 22:40:17 +0100 Subject: [PATCH] fix(255): add back --- .github/workflows/pull_request.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index b1346fc..69295d8 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -20,6 +20,8 @@ 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