Skip to content

Commit 50a48f3

Browse files
authored
Merge pull request #142 from hazendaz/master
[gha] Fix sonar
2 parents b5d6524 + 9c8a006 commit 50a48f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sonar.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ concurrency:
1212
cancel-in-progress: true
1313

1414
env:
15-
SONAR_ORGANIZATION: mybatis_base-bundle-descriptor
16-
SONAR_PROJECT_KEY: mybatis
15+
SONAR_ORGANIZATION: mybatis
16+
SONAR_PROJECT_KEY: mybatis_base-bundle-descriptor
1717

1818
jobs:
1919
build:

0 commit comments

Comments
 (0)