From c3c08595189754e3dc52fc4b6e479b7c0c95c650 Mon Sep 17 00:00:00 2001 From: Alexey Alter-Pesotskiy Date: Tue, 4 Feb 2025 12:19:07 +0000 Subject: [PATCH] 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 4abf5e83f..5a340c875 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -43,7 +43,7 @@ jobs: - name: Check if Test Coverage Exists id: check_file run: | - EXISTS=$(gh api repos/${{ github.repository }}/actions/artifacts | jq -r '.artifacts[] | select(.name=="test-coverage-${{ fromJson(steps.get_pr_data.outputs.result).number }}")'") + EXISTS=$(gh api repos/${{ github.repository }}/actions/artifacts | jq -r '.artifacts[] | select(.name=="test-coverage-${{ fromJson(steps.get_pr_data.outputs.result).number }}")') if [[ "$EXISTS" == "" ]]; then echo "Artifact not found. Skipping job." exit 0