Skip to content

Commit

Permalink
Merge branch 'fix/indentation' into upstream-master
Browse files Browse the repository at this point in the history
  • Loading branch information
jamieastley committed May 13, 2021
2 parents 731c769 + 802b78e commit a3978af
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down
16 changes: 8 additions & 8 deletions step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a3978af

Please sign in to comment.