Skip to content

Commit

Permalink
📝 Update usage docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dwisiswant0 committed Jun 22, 2020
1 parent c9f1220 commit a1521f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,13 @@ jobs:
login: ${{ secrets.SONARQUBE_TOKEN }}
```
You can change the analysis base directory by using the optional input `projectBaseDir` like this:
You can change the analysis base directory and/ project key _(allowed characters: letters, numbers, -, _, . and :, with at least one non-digit.)_ by using the optional input like this:
```yaml
uses: kitabisa/sonarqube-action@master
with:
projectBaseDir: my-custom-directory
projectKey: my-custom-project
```
## Secrets
Expand Down

0 comments on commit a1521f0

Please sign in to comment.