Skip to content

Commit

Permalink
P4ADEV-1377 edit codereview.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
antocalo committed Nov 14, 2024
1 parent 877c555 commit 32b8004
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codereview.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: P4PA-PDND - Code Review
name: P4PA-PDND-SERVICES - Code Review

on:
push:
Expand Down Expand Up @@ -40,8 +40,8 @@ jobs:
-Dorg.gradle.jvmargs=-Xmx4096M
-Dsonar.host.url=https://sonarcloud.io
-Dsonar.organization=${{ vars.SONARCLOUD_ORG }}
-Dsonar.projectKey=${{ vars.SONARCLOUD_MYPAY_PROJECT_KEY }}
-Dsonar.projectName="${{ vars.SONARCLOUD_MYPAY_PROJECT_NAME }}"
-Dsonar.projectKey=${{ vars.SONARCLOUD_PROJECT_KEY }}
-Dsonar.projectName="${{ vars.SONARCLOUD_PROJECT_NAME }}"
-Dsonar.token=${{ secrets.SONAR_TOKEN }}
-Dsonar.sources=src/main
-Dsonar.tests=src/test
Expand Down

0 comments on commit 32b8004

Please sign in to comment.