diff --git a/result.json b/result.json new file mode 100644 index 00000000000..e69de29bb2d diff --git a/vhdbuilder/scripts/windows/automate_helpers.sh b/vhdbuilder/scripts/windows/automate_helpers.sh index 765ea6cdb30..a8e2a720690 100644 --- a/vhdbuilder/scripts/windows/automate_helpers.sh +++ b/vhdbuilder/scripts/windows/automate_helpers.sh @@ -54,9 +54,8 @@ curl_post_request() { response=$(curl -X POST \ -H "Authorization: token $github_access_token" \ -H "Content-Type: application/json" \ - --data-urlencode '{ + -d '{ "title": "feat: automated PR to '"$post_purpose"' for '$image_version'", - "body": "'$body_content'", "head": "'$branch_name'", "base": "master" }' \