fastlane/lib/fastlane/actions/ifttt.rb in fastlane-2.185.1 vs fastlane/lib/fastlane/actions/ifttt.rb in fastlane-2.186.0

- old
+ new

@@ -51,21 +51,18 @@ raise UI.error("No event name given, pass using `event_name: 'name'`") if value.to_s.empty? end), FastlaneCore::ConfigItem.new(key: :value1, env_name: "IFTTT_VALUE1", description: "Extra data sent with the event", - optional: true, - is_string: true), + optional: true), FastlaneCore::ConfigItem.new(key: :value2, env_name: "IFTTT_VALUE2", description: "Extra data sent with the event", - optional: true, - is_string: true), + optional: true), FastlaneCore::ConfigItem.new(key: :value3, env_name: "IFTTT_VALUE3", description: "Extra data sent with the event", - optional: true, - is_string: true) + optional: true) ] end def self.is_supported?(platform) true