This commit is contained in:
parent
1211c2a03a
commit
21d10f9ad5
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ jobs:
|
|||
ls -l
|
||||
pwd
|
||||
output=$(cat output.txt)
|
||||
jq -n --arg msg "\`\`\`$(cat output.txt)\\n\`\`\`" '{"body": $msg}' > /tmp/git-msg
|
||||
jq -n --arg msg "\`\`\`$(cat output.txt)\n\`\`\`" '{"body": $msg}' > /tmp/git-msg
|
||||
echo $output
|
||||
curl -X POST \
|
||||
-H "Authorization: token ${GITHUB_TOKEN}" \
|
||||
|
|
Loading…
Reference in a new issue