📘 Update usage docs

This commit is contained in:
Dwi Siswanto 2020-07-17 09:30:15 +07:00
parent 545a1a5fac
commit 1c37e4588f

View File

@ -35,10 +35,10 @@ You can change the analysis base directory and/ project key _(allowed characters
```yaml ```yaml
uses: kitabisa/sonarqube-action@master uses: kitabisa/sonarqube-action@master
with: with:
projectBaseDir: my-custom-directory projectBaseDir: "/path/to/my-custom-project"
projectKey: my-custom-project projectKey: "my-custom-project"
projectName: "my-project-name" projectName: "my-custom-project-name"
projectVersion: "my-project-version" projectVersion: "v0.0.1"
``` ```
## Secrets ## Secrets