mbogh / fastlane-plugin-teams

MIT License
49 stars 15 forks source link

Configured plugin in Fastfile but still getting prompted in terminal #4

Closed brandtdaniels closed 5 years ago

brandtdaniels commented 5 years ago
  lane teams do

    teams(
      title: "Test title",
      message: "Test message",
      facts: [
        {
          "name"=>"Test facts name",
          "value"=>"Test facts value"
        }
      ],
      teams_url: "https://outlook.office.com/webhook/.."
    )

  end

terminal:

β†’ bundle exec fastlane teams
[βœ”] πŸš€
+-----------------------+---------+--------+
|               Used plugins               |
+-----------------------+---------+--------+
| Plugin                | Version | Action |
+-----------------------+---------+--------+
| fastlane-plugin-teams | 0.2.0   | teams  |
+-----------------------+---------+--------+

[10:57:43]: ------------------------------
[10:57:43]: --- Step: default_platform ---
[10:57:43]: ------------------------------
[10:57:43]: -------------------
[10:57:43]: --- Step: teams ---
[10:57:43]: -------------------
[10:57:43]: To not be asked about this value, you can specify it using 'title'
[10:57:43]: The title that should be displayed on Teams: