Skip to content

Commit 9681304

Browse files
committed
Move input parameters to right place in any sonar test
1 parent f196820 commit 9681304

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/any-sonar-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
uses: fabriciofx/github-workflows/.github/workflows/any-sonar-template.yml@main
1616
with:
1717
working-directory: "."
18+
sonar_organization: "fabriciofx"
19+
sonar_project_key: "fabriciofx_github-workflows"
1820
secrets:
1921
gh_token: ${{ secrets.GITHUB_TOKEN }}
2022
sr_token: ${{ secrets.SONAR_TOKEN }}
21-
sonar_organization: "fabriciofx"
22-
sonar_project_key: "fabriciofx_github-workflows"

0 commit comments

Comments
 (0)