From 9615bbc882265e5e30ad820acae0e2af640a3ead Mon Sep 17 00:00:00 2001 From: lubiana Date: Tue, 17 Sep 2024 20:25:52 +0200 Subject: [PATCH] test --- .forgejo/workflows/demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/demo.yml b/.forgejo/workflows/demo.yml index 36f6093..e2e56d9 100644 --- a/.forgejo/workflows/demo.yml +++ b/.forgejo/workflows/demo.yml @@ -19,7 +19,7 @@ jobs: ls -l pwd output=$(cat output.txt) - jq -n --arg msg "$(cat output.txt)" '{"body": $msg}' > /tmp/git-msg + jq -n --arg msg "```$(cat output.txt)```" '{"body": $msg}' > /tmp/git-msg echo $output curl -X POST \ -H "Authorization: token ${GITHUB_TOKEN}" \