Skip to content

Commit

Permalink
📘 Update usage docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dwisiswant0 committed Jul 17, 2020
1 parent 545a1a5 commit 1c37e45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c37e45

Please sign in to comment.