fastlane/lib/fastlane/actions/create_pull_request.rb in fastlane-2.63.0.beta.20171025010003 vs fastlane/lib/fastlane/actions/create_pull_request.rb in fastlane-2.63.0.beta.20171026010003

- old
+ new

@@ -82,11 +82,11 @@ is_string: true, default_value: 'master', optional: true), FastlaneCore::ConfigItem.new(key: :api_url, env_name: "GITHUB_PULL_REQUEST_API_URL", - description: "The URL of Github API - used when the Enterprise (default to `https://api.github.com`)", + description: "The URL of GitHub API - used when the Enterprise (default to `https://api.github.com`)", is_string: true, default_value: 'https://api.github.com', optional: true) ] end @@ -110,10 +110,10 @@ repo: "fastlane/fastlane", title: "Amazing new feature", head: "my-feature", # optional, defaults to current branch name base: "master", # optional, defaults to "master" body: "Please pull this in!", # optional - api_url: "http://yourdomain/api/v3" # optional, for Github Enterprise, defaults to "https://api.github.com" + api_url: "http://yourdomain/api/v3" # optional, for GitHub Enterprise, defaults to "https://api.github.com" )' ] end def self.category