We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0064674 commit 41ea272Copy full SHA for 41ea272
.github/workflows/jekyll-gh-pages.yml
@@ -86,7 +86,7 @@ jobs:
86
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
87
with:
88
args: >
89
- -Dsonar.organization${{ vars.SONAR_ORGANISATION_KEY }}
+ -Dsonar.organization=${{ vars.SONAR_ORGANISATION_KEY }}
90
-Dsonar.projectKey=${{ vars.SONAR_PROJECT_KEY }}
91
# Deployment job
92
deploy:
.github/workflows/stage-2-test.yaml
@@ -93,7 +93,7 @@ jobs:
93
94
95
96
97
98
# - name: "Perform static analysis"
99
# uses: ./.github/actions/perform-static-analysis
0 commit comments