pantograph/lib/pantograph/actions/ensure_git_branch.rb in pantograph-0.1.8 vs pantograph/lib/pantograph/actions/ensure_git_branch.rb in pantograph-0.1.10
- old
+ new
@@ -33,10 +33,10 @@
def self.available_options
[
PantographCore::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 to match",
- is_string: true,
+ type: String,
default_value: 'master')
]
end
def self.output