Skip to content

Commit

Permalink
Rework notification for Workflows integration (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbialon authored Jan 16, 2025
1 parent 932666e commit f238caf
Show file tree
Hide file tree
Showing 3 changed files with 213 additions and 130 deletions.
2 changes: 1 addition & 1 deletion .spacelift/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: 1
module_version: 0.1.1
module_version: 0.2.0

tests:
- name: Default test
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ module "spacelift_msteams" {

Based on this configuration, the module will send notifications to the `My channel` channel in Microsoft Teams that look like these:

![Run notification](https://docs.spacelift.io/assets/screenshots/msteams-run-state.png)
![Run pending confirmation notification](https://docs.spacelift.io/assets/screenshots/msteams-run-pending.png)

![Version notification](https://docs.spacelift.io/assets/screenshots/msteams-module-version.png)
![Run finished notification](https://docs.spacelift.io/assets/screenshots/msteams-run-finished.png)

![Module version notification](https://docs.spacelift.io/assets/screenshots/msteams-module-version.png)

## Prerequisites

Expand Down
Loading

0 comments on commit f238caf

Please sign in to comment.