From 0139817ddd81bc467330c3674f59af2efcbf5f6d Mon Sep 17 00:00:00 2001 From: guillaume-peoch-sonarsource <91735163+guillaume-peoch-sonarsource@users.noreply.github.com> Date: Mon, 26 Sep 2022 14:21:16 +0200 Subject: [PATCH] Update README.md Co-authored-by: Wouter Admiraal <45544358+wouter-admiraal-sonarsource@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a456f22..0d52fe4 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ If your sonarqube server users a self-signed certificate, you can pass a root ce env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} - SONAR_ROOT_CERT: %{{ secrets.SONAR_ROOT_CERT }} + SONAR_ROOT_CERT: ${{ secrets.SONAR_ROOT_CERT }} ``` You can change the analysis base directory by using the optional input `projectBaseDir` like this: