generated from nhcarrigan/template
feat: include pr info?
Some checks failed
Node.js CI / Lint and Test (pull_request) Failing after 32s
Some checks failed
Node.js CI / Lint and Test (pull_request) Failing after 32s
This commit is contained in:
parent
c6c4c73f23
commit
46f1beb2be
@ -37,9 +37,10 @@ jobs:
|
||||
env:
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
SONAR_HOST_URL: "https://quality.nhcarrigan.com"
|
||||
REF: ${{ gitea.ref }}
|
||||
with:
|
||||
args: >
|
||||
-Dsonar.sources=.
|
||||
-Dsonar.projectKey=typescript-config
|
||||
-Dsonar.branch.name=$REF
|
||||
-Dsonar.pullrequest.key=${{ github.event.pull_request.number }}
|
||||
-Dsonar.pullrequest.branch=${{ github.event.pull_request.head.ref }}
|
||||
-Dsonar.pullrequest.base=main
|
||||
|
Loading…
x
Reference in New Issue
Block a user