1
0
mirror of https://github.com/BlizD/Tasks.git synced 2025-04-07 07:00:05 +02:00

Добавил параметр параметр -X

This commit is contained in:
Anton Ivanov 2020-07-25 13:36:59 +03:00
parent e6378bd594
commit 0d6673142a

View File

@ -29,6 +29,7 @@ jobs:
- name: Run SonarQube on push
if: github.event_name == 'push'
run: sonar-scanner
-X
-Dsonar.login=${{ secrets.SONAR_TOKEN }}
-Dsonar.host.url=https://sonar.openbsl.ru
-Dsonar.branch.name=${GITHUB_REF#refs/heads/}