fastlane/lib/fastlane/actions/ensure_git_branch.rb in fastlane-2.185.1 vs fastlane/lib/fastlane/actions/ensure_git_branch.rb in fastlane-2.186.0
- old
+ new
@@ -33,10 +33,9 @@
def self.available_options
[
FastlaneCore::ConfigItem.new(key: :branch,
env_name: "FL_ENSURE_GIT_BRANCH_NAME",
description: "The branch that should be checked for. String that can be either the full name of the branch or a regex e.g. `^feature\/.*$` to match",
- is_string: true,
default_value: 'master')
]
end
def self.output