fixup! Update README.md

This commit is contained in:
Wouter Admiraal 2021-05-21 15:46:14 +02:00 committed by GitHub
parent 21cc32a7ba
commit 3dd0832183
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@ jobs:
You can change the analysis base directory by using the optional input `projectBaseDir` like this:
```yaml
- name: Analyze with SonarQube
- name: SonarQube Scan
uses: sonarsource/sonarqube-scan-action@master
with:
projectBaseDir: app/src
@ -62,7 +62,7 @@ You can change the analysis base directory by using the optional input `projectB
In case you need to add additional analysis parameters, you can use the `args` option:
```yaml
- name: Analyze with SonarQube
- name: SonarQube Scan
uses: sonarsource/sonarqube-scan-action@master
with:
projectBaseDir: app/src