We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0af406b commit 0488614Copy full SHA for 0488614
1 file changed
.github/workflows/stage-2-analyse.yaml
@@ -57,8 +57,8 @@ runs:
57
GITHUB_TOKEN: ${{ github.token }}
58
SONAR_TOKEN: ${{ inputs.sonar_token }}
59
run: |
60
- chmod +x ${{ github.workspace }}/scripts/reports/sonar-analysis.sh
61
- ${{ github.workspace }}/scripts/reports/sonar-analysis.sh \
+ chmod +x $GITHUB_WORKSPACE/scripts/reports/sonar-analysis.sh
+ $GITHUB_WORKSPACE/scripts/reports/sonar-analysis.sh \
62
"${{ inputs.sonar_project_key }}" \
63
"${{ inputs.sonar_organisation_key }}" \
64
"${{ inputs.sonar_token }}" \
0 commit comments