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 d9eeb59 commit 4a668c6Copy full SHA for 4a668c6
.github/workflows/sonar-bulk-operations.yml
@@ -21,5 +21,5 @@ jobs:
21
env:
22
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
23
run: |
24
- chmod +x .github/scripts/.sonar-manager.sh
+ chmod +x .github/scripts/sonar-manager.sh
25
.github/scripts/sonar-manager.sh -a "${{ inputs.operation }}"
.github/workflows/sonar-delete-project.yml
@@ -18,5 +18,5 @@ jobs:
18
19
20
.github/scripts/sonar-manager.sh -a "delete" -p "modules_${{ inputs.project_name }}"
0 commit comments