amrfarid140 / bitrise-step-microsoft-teams-integration

MIT License
1 stars 10 forks source link

Step summaries don't display within the Bitrise workflow editor #12

Closed jamieastley closed 3 years ago

jamieastley commented 3 years ago

Step summaries are incorrectly set as subtitle values.

Currently:

- enable_debug: false
    opts:
      title: "Enable debug logging"
      subtitle: "Toggles whether to log debug info to the build output"

Should instead be:

- enable_debug: false
    opts:
      title: "Enable debug logging"
      summary: "Toggles whether to log debug info to the build output"