Closed jamieastley closed 3 years ago
Step summaries are incorrectly set as subtitle values.
subtitle
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"
Step summaries are incorrectly set as
subtitle
values.Currently:
Should instead be: