Fixed the automatic PR creation failing
This commit is contained in:
parent
9fe8e17a69
commit
15fde511ee
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue