From 18850ffc6944a4fdd3c8e1cf5d94cf1bb56dd06a Mon Sep 17 00:00:00 2001 From: Ni55aN Date: Sun, 21 Apr 2024 18:53:22 +0300 Subject: [PATCH] t --- .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 edbb7f9..589ea98 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -34,5 +34,5 @@ jobs: -Dsonar.test.exclusions=tests/** -Dsonar.javascript.lcov.reportPaths=coverage/lcov.info -Dsonar.tests=tests/ - ${{ github.event_name != 'pull_request' && '-Dsonar.branch.name=' + github.ref }} + ${{ if github.event_name != 'pull_request' }}-Dsonar.branch.name=${{ github.ref }}{{ endif }} -Dsonar.verbose=true