match/lib/match/options.rb in fastlane-2.212.2 vs match/lib/match/options.rb in fastlane-2.213.0

- old
+ new

@@ -226,9 +226,14 @@ # Storage: GitLab Secure Files FastlaneCore::ConfigItem.new(key: :gitlab_project, env_name: "MATCH_GITLAB_PROJECT", description: "GitLab Project Path (i.e. 'gitlab-org/gitlab')", optional: true), + FastlaneCore::ConfigItem.new(key: :gitlab_host, + env_name: "MATCH_GITLAB_HOST", + default_value: 'https://gitlab.com', + description: "GitLab Host (i.e. 'https://gitlab.com')", + optional: true), # Keychain FastlaneCore::ConfigItem.new(key: :keychain_name, short_option: "-s", env_name: "MATCH_KEYCHAIN_NAME",