Skip to content

Commit

Permalink
[action][ensure_git_branch] remove all instances of is_string in op…
Browse files Browse the repository at this point in the history
…tions and use `type` (#18872)
  • Loading branch information
crazymanish committed Jun 15, 2021
1 parent 6d91bdd commit 84ead2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fastlane/lib/fastlane/actions/ensure_git_branch.rb
Expand Up @@ -35,7 +35,6 @@ 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
Expand Down

0 comments on commit 84ead2d

Please sign in to comment.