mirror of
https://github.com/kitabisa/sonarqube-action.git
synced 2025-11-01 22:04:20 +08:00
📘 Update usage docs
This commit is contained in:
parent
545a1a5fac
commit
1c37e4588f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user