Skip to content

Commit 1e5430a

Browse files
Attempt to fix analyse step again
1 parent 0488614 commit 1e5430a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ runs:
5757
GITHUB_TOKEN: ${{ github.token }}
5858
SONAR_TOKEN: ${{ inputs.sonar_token }}
5959
run: |
60-
chmod +x $GITHUB_WORKSPACE/scripts/reports/sonar-analysis.sh
61-
$GITHUB_WORKSPACE/scripts/reports/sonar-analysis.sh \
60+
${{ github.workspace }}/scripts/reports/sonar-analysis.sh \
6261
"${{ inputs.sonar_project_key }}" \
6362
"${{ inputs.sonar_organisation_key }}" \
6463
"${{ inputs.sonar_token }}" \

0 commit comments

Comments
 (0)