From 15767f0e4eb489cfdd989dc717fa78c038d0de8a Mon Sep 17 00:00:00 2001 From: Wouter Admiraal <45544358+wouter-admiraal-sonarsource@users.noreply.github.com> Date: Tue, 25 May 2021 13:34:50 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e927d3d..ad6ffa4 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ jobs: with: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0 - #Triggering SonarQube analysis as results of it is required by Quality Gate check + # Triggering SonarQube analysis as results of it are required by Quality Gate check - name: SonarQube Scan uses: sonarsource/sonarqube-scan-action@master env: @@ -60,9 +60,10 @@ Typically, report metadata file for different scanners can vary and can be locat Example usage: ```yaml -uses: sonarsource/sonarqube-quality-gate-action@master -with: - scanMetadataReportFile: target/sonar/report-task.txt +- name: SonarQube Quality Gate check + uses: sonarsource/sonarqube-quality-gate-action@master + with: + scanMetadataReportFile: target/sonar/report-task.txt ``` ### Environment variables