From c17fe0c59d1070786e852fcb7bfef88f4cd51560 Mon Sep 17 00:00:00 2001 From: Dwi Siswanto Date: Thu, 16 Jun 2022 12:01:28 +0700 Subject: [PATCH] Update wording --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fca55d8..c01ae47 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ uses: kitabisa/sonarqube-action@master with: host: ${{ secrets.SONARQUBE_HOST }} login: ${{ secrets.SONARQUBE_TOKEN }} - projectBaseDir: "/path/to/my-custom-project" + projectBaseDir: "src/" projectKey: "my-custom-project" ``` @@ -55,8 +55,7 @@ These are some of the supported input parameters of action. - `projectVersion` - The project version. > **Note**: -> This action also supports the **`sonar-project.properties`** configuration file. -> Please avoid default arguments/properties as [input parameters](#inputs) we use in the action to prevent collisions. +> 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! ## License