Skip to content

Commit

Permalink
Merge pull request #3 from ostk0069/fix-github-discussions-create-bug
Browse files Browse the repository at this point in the history
fix: github discussions create bug
  • Loading branch information
ostk0069 authored May 11, 2023
2 parents 1d90070 + 3d8a505 commit 92487be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ runs:
],
"unfurl_links": ${{ inputs.unfurl-links }},
"unfurl_media": ${{ inputs.unfurl-media }}
}'
|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
shell: bash
env:
DISCUSSION_URL: ${{ github.event.discussion.html_url }}
Expand Down

0 comments on commit 92487be

Please sign in to comment.