From 474b925f303950a80787cf75af35b3ec67c4bde6 Mon Sep 17 00:00:00 2001 From: MuneebAijaz Date: Mon, 5 Aug 2024 14:20:45 +0500 Subject: [PATCH] fixes --- .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 622bd11..4125801 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -37,6 +37,8 @@ jobs: uses: actions/checkout@v4 with: ref: ${{github.event.pull_request.head.sha}} + fetch-depth: 0 + # Setting up helm binary - name: Set up Helm