Skip to content

Commit

Permalink
Removesemoji property from mrkdwn field
Browse files Browse the repository at this point in the history
  • Loading branch information
ctbfourone committed Jul 11, 2024
1 parent 1f19764 commit 10e66a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/payload-slack-content.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
},
{
"type": "mrkdwn",
"text": "Tag: *{{ env.GITHUB_REF_NAME }}*",
"emoji": true
"text": "Tag: *{{ env.GITHUB_REF_NAME }}*"
},
{
"type": "plain_text",
Expand Down

0 comments on commit 10e66a5

Please sign in to comment.