mirror of
https://github.com/kitabisa/sonarqube-action.git
synced 2025-11-01 05:34:18 +08:00
Update wording
This commit is contained in:
parent
c4b2851844
commit
c17fe0c59d
@ -38,7 +38,7 @@ uses: kitabisa/sonarqube-action@master
|
|||||||
with:
|
with:
|
||||||
host: ${{ secrets.SONARQUBE_HOST }}
|
host: ${{ secrets.SONARQUBE_HOST }}
|
||||||
login: ${{ secrets.SONARQUBE_TOKEN }}
|
login: ${{ secrets.SONARQUBE_TOKEN }}
|
||||||
projectBaseDir: "/path/to/my-custom-project"
|
projectBaseDir: "src/"
|
||||||
projectKey: "my-custom-project"
|
projectKey: "my-custom-project"
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -55,8 +55,7 @@ These are some of the supported input parameters of action.
|
|||||||
- `projectVersion` - The project version.
|
- `projectVersion` - The project version.
|
||||||
|
|
||||||
> **Note**:
|
> **Note**:
|
||||||
> This action also supports the **`sonar-project.properties`** configuration file.
|
> If you're thinking of setting project metadata & other related things in a **`sonar-project.properties`** configuration file (must be declared in the base directory _`projectBaseDir`_) instead of going through the [input parameters](#inputs), this action supports that!
|
||||||
> Please avoid default arguments/properties as [input parameters](#inputs) we use in the action to prevent collisions.
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user