Skip to content

Commit

Permalink
Merge pull request #2205 from EclipseFdn/sonar
Browse files Browse the repository at this point in the history
Remove duplicate env block
  • Loading branch information
amvanbaren authored Nov 16, 2023
2 parents 1025132 + 617cb61 commit 452df55
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ jobs:
-Dsonar.pullrequest.key=${{ fromJson(steps.get_pr_data.outputs.data).number }}
-Dsonar.pullrequest.branch=${{ fromJson(steps.get_pr_data.outputs.data).head.ref }}
-Dsonar.pullrequest.base=${{ fromJson(steps.get_pr_data.outputs.data).base.ref }}
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: SonarCloud Scan on push
if: github.event.workflow_run.event == 'push' && github.event.workflow_run.head_repository.full_name == github.event.repository.full_name
uses: sonarsource/sonarcloud-github-action@master
Expand Down

0 comments on commit 452df55

Please sign in to comment.