From 8c5fe36e503dcdc12c2449d5223e11022767de54 Mon Sep 17 00:00:00 2001 From: princegupta1131 <114015020+princegupta1131@users.noreply.github.com> Date: Fri, 14 Jun 2024 15:20:50 +0530 Subject: [PATCH] ED-4000 feat: Github actions instead of Jenkins-test-sonar-fix --- .github/workflows/sonar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 9b5f3d933bf..406ba226efd 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 with: - ref: ${{ github.event.workflow_run.head_branch }} # Checkout the branch where the original workflow was triggered + ref: "*" # Checkout the branch where the original workflow was triggered - name: Print SONAR_TOKEN run: echo "SONAR_TOKEN=${{ secrets.SONAR_TOKEN }}PWR****123"