lol #2

Open
lubiana wants to merge 14 commits from test into master
Showing only changes of commit 9615bbc882 - Show all commits

View file

@ -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}" \