Skip to content

Commit 0488614

Browse files
Updated analyse workflow to fix error
1 parent 0af406b commit 0488614

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ 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+
chmod +x $GITHUB_WORKSPACE/scripts/reports/sonar-analysis.sh
61+
$GITHUB_WORKSPACE/scripts/reports/sonar-analysis.sh \
6262
"${{ inputs.sonar_project_key }}" \
6363
"${{ inputs.sonar_organisation_key }}" \
6464
"${{ inputs.sonar_token }}" \

0 commit comments

Comments
 (0)