fastlane/lib/fastlane/actions/create_pull_request.rb in fastlane-2.122.0.beta.20190424200026 vs fastlane/lib/fastlane/actions/create_pull_request.rb in fastlane-2.122.0.beta.20190425200104

- old
+ new

@@ -66,9 +66,15 @@ def self.description "This will create a new pull request on GitHub" end + def self.output + [ + ['CREATE_PULL_REQUEST_HTML_URL', 'The HTML URL to the created pull request'] + ] + end + def self.available_options [ FastlaneCore::ConfigItem.new(key: :api_token, env_name: "GITHUB_PULL_REQUEST_API_TOKEN", description: "Personal API Token for GitHub - generate one at https://github.com/settings/tokens",