fastlane/lib/fastlane/actions/setup_ci.rb in fastlane-2.186.0 vs fastlane/lib/fastlane/actions/setup_ci.rb in fastlane-2.187.0

- old
+ new

@@ -90,15 +90,14 @@ def self.available_options [ FastlaneCore::ConfigItem.new(key: :force, env_name: "FL_SETUP_CI_FORCE", description: "Force setup, even if not executed by CI", - is_string: false, + type: Boolean, default_value: false), FastlaneCore::ConfigItem.new(key: :provider, env_name: "FL_SETUP_CI_PROVIDER", description: "CI provider. If none is set, the provider is detected automatically", - is_string: true, optional: true, verify_block: proc do |value| value = value.to_s # Validate both 'travis' and 'circleci' for backwards compatibility, even # though only the latter receives special treatment by this action