Fixed the automatic PR creation failing

This commit is contained in:
Laurent Goderre 2019-01-29 23:38:22 -05:00
parent 9fe8e17a69
commit 15fde511ee
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ function pr_payload() {
printf "{
\"title\": \"Node: %s\",
\"body\" : \"%s.\n cc %s\",
\"body\" : \"%s.<br />cc %s\",
\"head\" : \"%s\",
\"base\": \"master\"
}" "${escaped_message}" "${body}" "${maintainers}" "${GITHUB_USERNAME}:${BRANCH_NAME}"