notify channel of slack message
This commit is contained in:
parent
279a365cb1
commit
3381aefcfa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
||||||
- uses: LoveToKnow/slackify-markdown-action@v1.0.0
|
- uses: LoveToKnow/slackify-markdown-action@v1.0.0
|
||||||
id: markdown
|
id: markdown
|
||||||
with:
|
with:
|
||||||
text: "There is a new SDK release: ${{github.event.release.html_url}}\n${{ github.event.release.body }}"
|
text: "<!channel> There is a new SDK release: ${{github.event.release.html_url}}\n${{ github.event.release.body }}"
|
||||||
- uses: slackapi/slack-github-action@v1.14.0
|
- uses: slackapi/slack-github-action@v1.14.0
|
||||||
env:
|
env:
|
||||||
CHANGELOG: ${{ toJSON(steps.markdown.outputs.text) }}
|
CHANGELOG: ${{ toJSON(steps.markdown.outputs.text) }}
|
||||||
|
|
Loading…
Reference in a new issue