Skip to content

Commit

Permalink
[action][deploygate] remove all instances of is_string in options a…
Browse files Browse the repository at this point in the history
…nd use `type` (#18868)
  • Loading branch information
crazymanish committed Jun 15, 2021
1 parent 03ae4c1 commit 680cc25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fastlane/lib/fastlane/actions/deploygate.rb
Expand Up @@ -157,13 +157,12 @@ def self.available_options
description: "Release note for distribution page"),
FastlaneCore::ConfigItem.new(key: :disable_notify,
optional: true,
is_string: false,
type: Boolean,
default_value: false,
env_name: "DEPLOYGATE_DISABLE_NOTIFY",
description: "Disables Push notification emails"),
FastlaneCore::ConfigItem.new(key: :distribution_name,
optional: true,
is_string: true,
env_name: "DEPLOYGATE_DISTRIBUTION_NAME",
description: "Target Distribution Name")
]
Expand Down

0 comments on commit 680cc25

Please sign in to comment.