From 51f8548e01044eac5ab7482a891b2205208d798b Mon Sep 17 00:00:00 2001 From: AbhishekHS220 Date: Tue, 11 Mar 2025 14:28:17 +0530 Subject: [PATCH] Update beckn_ci.yml --- .github/workflows/beckn_ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/beckn_ci.yml b/.github/workflows/beckn_ci.yml index 41fe38c..3b0e2e4 100644 --- a/.github/workflows/beckn_ci.yml +++ b/.github/workflows/beckn_ci.yml @@ -17,9 +17,6 @@ jobs: # 1. Checkout the code from the test branch (triggered by PR) - name: Checkout code uses: actions/checkout@v4 - with: - ref: ${{ env.REF_BRANCH }} - fetch-depth: 1 # 2. Set up Go environment - name: Set up Go 1.24.0