From dba42e91bc1ebcdf9f7c4c4c90a380c021689f69 Mon Sep 17 00:00:00 2001 From: Ahmed Waleed Malik Date: Tue, 16 Mar 2021 16:20:16 +0500 Subject: [PATCH] Update pull_request.yaml --- .github/workflows/pull_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 3e3e263..2acbc9f 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -20,7 +20,7 @@ jobs: - name: Check out code uses: actions/checkout@v2 with: - ref: ${{github.event.pull_request.head.ref}} + ref: ${{github.event.pull_request.head.sha}} # Setting up helm binary - name: Set up Helm