Formatting tweaks.
This commit is contained in:
@@ -114,8 +114,7 @@ jobs:
|
|||||||
BOT_GITEA_TOKEN: ${{ secrets.BOT_GITEA_TOKEN }}
|
BOT_GITEA_TOKEN: ${{ secrets.BOT_GITEA_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
payload=$(jq -n \
|
payload=$(jq -n \
|
||||||
--arg body "SonarQube analysis results: \
|
--arg body "${QG_STATUS}<br><br>SonarQube analysis results:<br>${SQ_RESULTS} " \
|
||||||
${SQ_RESULTS} \n\n${QG_STATUS}" \
|
|
||||||
'{ body: $body }')
|
'{ body: $body }')
|
||||||
|
|
||||||
echo "Constructed Payload:"
|
echo "Constructed Payload:"
|
||||||
|
|||||||
Reference in New Issue
Block a user