|
@@ -131,7 +131,9 @@ else
|
|
|
notNull="org.jetbrains.annotations.NotNull is used. Please use androidx.annotation.NonNull instead.<br><br>"
|
|
|
fi
|
|
|
|
|
|
- payload="{ \"body\" : \"$codacyResult $lintResult $spotbugsResult $checkLibraryMessage $lintMessage $spotbugsMessage $gplayLimitation $notNull\" }"
|
|
|
+ bodyContent="$codacyResult $lintResult $spotbugsResult $checkLibraryMessage $lintMessage $spotbugsMessage $gplayLimitation $notNull"
|
|
|
+ echo "$bodyContent" >> "$GITHUB_STEP_SUMMARY"
|
|
|
+ payload="{ \"body\" : \"$bodyContent\" }"
|
|
|
curl_gh -X POST "https://api.github.com/repos/nextcloud/$repository/issues/${PR_NUMBER}/comments" -d "$payload"
|
|
|
|
|
|
if [ ! -z "$gplayLimitation" ]; then
|