fastlane/lib/fastlane/actions/create_pull_request.rb in fastlane-2.51.0.beta.20170802010003 vs fastlane/lib/fastlane/actions/create_pull_request.rb in fastlane-2.51.0.beta.20170803010003
- old
+ new
@@ -32,10 +32,10 @@
number = json['number']
html_url = json['html_url']
UI.success("Successfully created pull request ##{number}. You can see it at '#{html_url}'")
Actions.lane_context[SharedValues::CREATE_PULL_REQUEST_HTML_URL] = html_url
- return json
+ return html_url
end
end
#####################################################
# @!group Documentation