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 3033f19 commit f813df1Copy full SHA for f813df1
.github/workflows/release.yml
@@ -91,7 +91,7 @@ jobs:
91
token: ${{ secrets.SLACK_RELEASE_CHANGELOG_BOT_TOKEN }}
92
payload: |
93
channel: CR9C57YM6 # alma_changelog
94
- text: "${{ steps.slack-markdown-release-notes.outputs.text }}"
+ text: ${{ toJson(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