mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 06:15:12 +00:00
analysis: Also publish summary to GITHUB_STEP_SUMMARY
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> Co-Authered-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
This commit is contained in:
parent
dfa2b66eec
commit
dac2558111
@ -119,7 +119,9 @@ else
|
|||||||
notNull="org.jetbrains.annotations.NotNull is used. Please use androidx.annotation.NonNull instead.<br><br>"
|
notNull="org.jetbrains.annotations.NotNull is used. Please use androidx.annotation.NonNull instead.<br><br>"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
payload="{ \"body\" : \"$codacyResult $lintResult $spotbugsResult $lintMessage $spotbugsMessage $gplayLimitation $notNull\" }"
|
bodyContent="$codacyResult $lintResult $spotbugsResult $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"
|
curl_gh -X POST "https://api.github.com/repos/nextcloud/$repository/issues/${PR_NUMBER}/comments" -d "$payload"
|
||||||
|
|
||||||
if [ ! -z "$gplayLimitation" ]; then
|
if [ ! -z "$gplayLimitation" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user