-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(main): release send-slack-message 2.0.1
- Loading branch information
1 parent
acec148
commit 3c10bd2
Showing
3 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
steps: | ||
- name: Send Slack Message via Payload | ||
id: slack | ||
uses: grafana/shared-workflows/actions/[email protected].0 | ||
uses: grafana/shared-workflows/actions/[email protected].1 | ||
with: | ||
method: chat.postMessage | ||
payload: | | ||
|
@@ -38,7 +38,7 @@ jobs: | |
} | ||
- name: Update Slack Message via Payload | ||
uses: grafana/shared-workflows/actions/[email protected].0 | ||
uses: grafana/shared-workflows/actions/[email protected].1 | ||
with: | ||
method: chat.update | ||
payload-templated: true | ||
|
@@ -71,7 +71,7 @@ jobs: | |
steps: | ||
- name: Post to a Slack channel | ||
id: slack | ||
uses: grafana/shared-workflows/actions/[email protected].0 | ||
uses: grafana/shared-workflows/actions/[email protected].1 | ||
with: | ||
method: chat.postMessage | ||
payload: | | ||
|
@@ -80,7 +80,7 @@ jobs: | |
"text": "Deployment started (In Progress)" | ||
} | ||
- name: Respond to Slack Message | ||
uses: grafana/shared-workflows/actions/[email protected].0 | ||
uses: grafana/shared-workflows/actions/[email protected].1 | ||
with: | ||
method: chat.postMessage | ||
payload-templated: true | ||
|