Skip to content

Commit

Permalink
Better formatting for slack changelog publishing (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdraynz authored Nov 26, 2024
1 parent 3033f19 commit f813df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
token: ${{ secrets.SLACK_RELEASE_CHANGELOG_BOT_TOKEN }}
payload: |
channel: CR9C57YM6 # alma_changelog
text: "${{ steps.slack-markdown-release-notes.outputs.text }}"
text: ${{ toJson(steps.slack-markdown-release-notes.outputs.text) }}
username: "${{ github.event.sender.login }}"
icon_url: "${{ github.event.sender.avatar_url }}"

0 comments on commit f813df1

Please sign in to comment.