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 a156166 commit 54e200bCopy full SHA for 54e200b
runchecks.sh
@@ -40,6 +40,6 @@ echo $PAYLOAD_CLANG
40
echo "Cppcheck errors:"
41
echo $PAYLOAD_CPPCHECK
42
43
-PAYLOAD=$(echo '{}' | jq --arg body "Clang errors: $PALYLOAD_CLANG CPPCHECK ERRORS: $PAYLOAD_CPPCHECK" '.body = $body')
+PAYLOAD=$(echo '{}' | jq --arg body "*CLANG WARNINGS*: $PAYLOAD_CLANG \n\n\n*CPPCHECK WARNINGS*: $PAYLOAD_CPPCHECK" '.body = $body')
44
45
curl -s -S -H "Authorization: token $GITHUB_TOKEN" --header "Content-Type: application/vnd.github.VERSION.text+json" --data "$PAYLOAD" "$COMMENTS_URL"
0 commit comments