Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
THOREL Arnaud authored and THOREL Arnaud committed Nov 15, 2023
1 parent 3ac1086 commit c915450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
- name: Sonar
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_PROJECT: ${GITHUB_REPOSITORY}
SONAR_BRANCH: ${GITHUB_REF_NAME }
SONAR_PROJECT: $GITHUB_REPOSITORY
SONAR_BRANCH: $GITHUB_REF_NAME
SONAR_ORGANIZATION: ${{ vars.SONAR_ORGANIZATION }}
run: |
echo "run sonar on " $SONAR_BRANCH " for project key : " $SONAR_PROJECT " and organization " $SONAR_ORGANIZATION
Expand Down

0 comments on commit c915450

Please sign in to comment.