Skip to content

Commit 41ea272

Browse files
Added = in to sonar.organization.
1 parent 0064674 commit 41ea272

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/jekyll-gh-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
8787
with:
8888
args: >
89-
-Dsonar.organization${{ vars.SONAR_ORGANISATION_KEY }}
89+
-Dsonar.organization=${{ vars.SONAR_ORGANISATION_KEY }}
9090
-Dsonar.projectKey=${{ vars.SONAR_PROJECT_KEY }}
9191
# Deployment job
9292
deploy:

.github/workflows/stage-2-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
9494
with:
9595
args: >
96-
-Dsonar.organization${{ vars.SONAR_ORGANISATION_KEY }}
96+
-Dsonar.organization=${{ vars.SONAR_ORGANISATION_KEY }}
9797
-Dsonar.projectKey=${{ vars.SONAR_PROJECT_KEY }}
9898
# - name: "Perform static analysis"
9999
# uses: ./.github/actions/perform-static-analysis

0 commit comments

Comments
 (0)