📘 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
uses: kitabisa/sonarqube-action@master
with:
projectBaseDir: my-custom-directory
projectKey: my-custom-project
projectName: "my-project-name"
projectVersion: "my-project-version"
projectBaseDir: "/path/to/my-custom-project"
projectKey: "my-custom-project"
projectName: "my-custom-project-name"
projectVersion: "v0.0.1"
```
## Secrets