diff --git a/CHANGELOG.md b/CHANGELOG.md index a4f4238..da94e64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -## [2.1.0] - +## [2.1.1] - 13th May 2021 + +* [#32] Fix `step.yml` indentation + +## [2.1.0] - 13th May 2021 * [#28] Allow setting a custom timezone for 'Build Triggered' time * [#29] Added ability to add custom image to `MessageCard`. diff --git a/step.yml b/step.yml index 4759568..2c89732 100644 --- a/step.yml +++ b/step.yml @@ -134,16 +134,16 @@ inputs: summary: "Image that is displayed within the MessageCard Section `activityImage`" - section_image: - opts: - category: "MessageCard Image" - title: "Image" - summary: "Image that is displayed within the MessageCard Section `images`" + opts: + category: "MessageCard Image" + title: "Image" + summary: "Image that is displayed within the MessageCard Section `images`" - section_image_description: - opts: - category: "MessageCard Image" - title: "Image Description" - summary: "A short description of the image. Typically, description is displayed in a tooltip as the user hovers their mouse over the image." + opts: + category: "MessageCard Image" + title: "Image Description" + summary: "A short description of the image. Typically, description is displayed in a tooltip as the user hovers their mouse over the image." - enable_default_actions: "yes" opts: