We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc2e55 commit d9eeb59Copy full SHA for d9eeb59
.github/workflows/sonar-bulk-operations.yml
@@ -22,4 +22,4 @@ jobs:
22
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
23
run: |
24
chmod +x .github/scripts/.sonar-manager.sh
25
- .github/scripts/.sonar-manager.sh -a "${{ inputs.operation }}"
+ .github/scripts/sonar-manager.sh -a "${{ inputs.operation }}"
.github/workflows/sonar-delete-project.yml
@@ -19,4 +19,4 @@ jobs:
19
20
21
- .github/scripts/.sonar-manager.sh -a "delete" -p "modules_${{ inputs.project_name }}"
+ .github/scripts/sonar-manager.sh -a "delete" -p "modules_${{ inputs.project_name }}"
0 commit comments