Skip to content

Commit

Permalink
Test sonar/discord webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
Exarilo authored Oct 23, 2024
1 parent 32bc216 commit 5d80ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ jobs:
curl -X POST \
-H "Content-Type: application/json" \
-d "{\"content\": \"SonarCloud analysis completed. Global Status: $status | Reliability: $reliability | Security: $security | Maintainability: $maintainability\"}" \
-d "{\"content\": \"SonarCloud analysis completed. Global Status: '$status' | Reliability: '$reliability' | Security: '$security' | Maintainability: '$maintainability'\"}" \
"${{ secrets.DISCORD_WEBHOOK }}"

0 comments on commit 5d80ddb

Please sign in to comment.