mirror of
https://github.com/kitabisa/sonarqube-action.git
synced 2025-11-02 22:44: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
|
```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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user