Skip to content

Commit a1521f0

Browse files
committed
📝 Update usage docs
1 parent c9f1220 commit a1521f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,13 @@ jobs:
3030
login: ${{ secrets.SONARQUBE_TOKEN }}
3131
```
3232
33-
You can change the analysis base directory by using the optional input `projectBaseDir` like this:
33+
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:
3434
3535
```yaml
3636
uses: kitabisa/sonarqube-action@master
3737
with:
3838
projectBaseDir: my-custom-directory
39+
projectKey: my-custom-project
3940
```
4041
4142
## Secrets

0 commit comments

Comments
 (0)