Skip to content

Commit 92487be

Browse files
authored
Merge pull request #3 from ostk0069/fix-github-discussions-create-bug
fix: github discussions create bug
2 parents 1d90070 + 3d8a505 commit 92487be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ runs:
7676
],
7777
"unfurl_links": ${{ inputs.unfurl-links }},
7878
"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
79+
}
80+
'|curl -X POST -H 'Authorization: Bearer ${{ inputs.SLACK_BOT_TOKEN }}' -H "Content-Type: application/json" -d @- https://slack.com/api/chat.postMessage
8181
shell: bash
8282
env:
8383
DISCUSSION_URL: ${{ github.event.discussion.html_url }}

0 commit comments

Comments
 (0)