Skip to content

Commit 4a668c6

Browse files
committed
fix: update script path in chmod
1 parent d9eeb59 commit 4a668c6

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
@@ -21,5 +21,5 @@ jobs:
2121
env:
2222
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2323
run: |
24-
chmod +x .github/scripts/.sonar-manager.sh
24+
chmod +x .github/scripts/sonar-manager.sh
2525
.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
@@ -18,5 +18,5 @@ jobs:
1818
env:
1919
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2020
run: |
21-
chmod +x .github/scripts/.sonar-manager.sh
21+
chmod +x .github/scripts/sonar-manager.sh
2222
.github/scripts/sonar-manager.sh -a "delete" -p "modules_${{ inputs.project_name }}"

0 commit comments

Comments
 (0)