Skip to content

Commit d9eeb59

Browse files
authored
fix: update sonar script path (testcontainers#3045)
1 parent 4fc2e55 commit d9eeb59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sonar-bulk-operations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2323
run: |
2424
chmod +x .github/scripts/.sonar-manager.sh
25-
.github/scripts/.sonar-manager.sh -a "${{ inputs.operation }}"
25+
.github/scripts/sonar-manager.sh -a "${{ inputs.operation }}"

.github/workflows/sonar-delete-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2020
run: |
2121
chmod +x .github/scripts/.sonar-manager.sh
22-
.github/scripts/.sonar-manager.sh -a "delete" -p "modules_${{ inputs.project_name }}"
22+
.github/scripts/sonar-manager.sh -a "delete" -p "modules_${{ inputs.project_name }}"

0 commit comments

Comments
 (0)