Update .gitea/workflows/build.yml
All checks were successful
Quality Check / Tests (pull_request) Successful in 1m8s
Build / Build and analyze (pull_request) Successful in 1m58s
Quality Check / Checkstyle Main (pull_request) Successful in 54s

This commit is contained in:
Jan Gleytenhoover 2024-09-26 10:56:31 +00:00
parent a840436e8d
commit 996cb32225

@ -40,4 +40,4 @@ jobs:
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
run: ./gradlew build sonar --info -Dsonar.pullrequest.key=${{ GITEA_PULL_REQUEST_INDEX }}
run: ./gradlew build sonar --info -Dsonar.pullrequest.key=$GITEA_PULL_REQUEST_INDEX