We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35886ad commit 3033f19Copy full SHA for 3033f19
.github/workflows/release.yml
@@ -90,8 +90,8 @@ jobs:
90
method: chat.postMessage
91
token: ${{ secrets.SLACK_RELEASE_CHANGELOG_BOT_TOKEN }}
92
payload: |
93
- channel: CR9C57YM6 # alma_changelog
94
- text: ${{ steps.slack-markdown-release-notes.outputs.text }}
+ channel: CR9C57YM6 # alma_changelog
+ text: "${{ steps.slack-markdown-release-notes.outputs.text }}"
95
username: "${{ github.event.sender.login }}"
96
icon_url: "${{ github.event.sender.avatar_url }}"
97
0 commit comments