sigh/lib/sigh/runner.rb in fastlane-2.157.3 vs sigh/lib/sigh/runner.rb in fastlane-2.157.4

- old
+ new

@@ -15,9 +15,11 @@ def run FastlaneCore::PrintTable.print_values(config: Sigh.config, hide_keys: [:output_path], title: "Summary for sigh #{Fastlane::VERSION}") + # Team selection passed though FASTLANE_ITC_TEAM_ID and FASTLANE_ITC_TEAM_NAME environment variables + # Prompts select team if multiple teams and none specified UI.message("Starting login with user '#{Sigh.config[:username]}'") Spaceship::ConnectAPI.login(Sigh.config[:username], nil, use_portal: true, use_tunes: false) UI.message("Successfully logged in") profiles = [] if Sigh.config[:skip_fetch_profiles]