From 2f7e37a9bf8110d8b34fbedf6ecf53129a841097 Mon Sep 17 00:00:00 2001 From: Vladimir Bondarevskiy Date: Sat, 9 Oct 2021 23:07:20 +0300 Subject: [PATCH] Fix actions --- .github/workflows/sonar-scanner.yml | 2 +- README-EN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sonar-scanner.yml b/.github/workflows/sonar-scanner.yml index 46e16c8..924ba93 100644 --- a/.github/workflows/sonar-scanner.yml +++ b/.github/workflows/sonar-scanner.yml @@ -57,7 +57,7 @@ jobs: uses: warchant/setup-sonar-scanner@v3 - name: Extract version shell: bash - run: echo "##[set-output name=version;]` cat ./src/ru/CommonModules/HTTPConnector/Ext/Module.bsl | grep -oP '(?<=Version:.)[\d|.]*'`" + run: echo "##[set-output name=version;]` cat ./src/en/CommonModules/HTTPConnector/Ext/Module.bsl | grep -oP '(?<=Version:.)[\d|.]*'`" id: extract_version - name: Run SonarQube on push if: github.event_name == 'push' diff --git a/README-EN.md b/README-EN.md index ccc9e98..3bd543b 100644 --- a/README-EN.md +++ b/README-EN.md @@ -1,7 +1,7 @@ Publication on [Infostart](https://infostart.ru/public/709325/) -[![Quality Gate Status](https://sonar.openbsl.ru/api/project_badges/measure?project=connector&metric=alert_status)](https://sonar.openbsl.ru/dashboard?id=connector) +[![Quality Gate Status](https://sonar.openbsl.ru/api/project_badges/measure?project=connector_en&metric=alert_status)](https://sonar.openbsl.ru/dashboard?id=connector_en) [![Stars](https://img.shields.io/github/stars/vbondarevsky/Connector.svg?label=Github%20%E2%98%85&a)](https://github.com/vbondarevsky/Connector/stargazers) [![Release](https://img.shields.io/github/tag/vbondarevsky/Connector.svg?label=Last%20release&a)](https://github.com/vbondarevsky/Connector/releases)