We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d90070 + 3d8a505 commit 92487beCopy full SHA for 92487be
action.yml
@@ -76,8 +76,8 @@ runs:
76
],
77
"unfurl_links": ${{ inputs.unfurl-links }},
78
"unfurl_media": ${{ inputs.unfurl-media }}
79
- }'
80
- |curl -X POST -H 'Authorization: Bearer ${{ inputs.SLACK_BOT_TOKEN }}' -H "Content-Type: application/json" -d @- https://slack.com/api/chat.postMessage
+ }
+ '|curl -X POST -H 'Authorization: Bearer ${{ inputs.SLACK_BOT_TOKEN }}' -H "Content-Type: application/json" -d @- https://slack.com/api/chat.postMessage
81
shell: bash
82
env:
83
DISCUSSION_URL: ${{ github.event.discussion.html_url }}
0 commit comments