From cd6db43bdb89b265fc0fcedfba819d34e1b1e88f Mon Sep 17 00:00:00 2001 From: jamie1192 Date: Thu, 13 May 2021 09:49:55 +1000 Subject: [PATCH 1/2] [#30] fix `step.yml` indentation --- step.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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: From 802b78e983ac606b1d7e888306ce30de20904519 Mon Sep 17 00:00:00 2001 From: jamie1192 Date: Thu, 13 May 2021 10:01:17 +1000 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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`.