Skip to content

Commit

Permalink
Merge pull request #20 from abinoda/revert-18-pr-multiline
Browse files Browse the repository at this point in the history
Revert "Support multiline payloads"
  • Loading branch information
abinoda authored Mar 25, 2020
2 parents 448e4e6 + a30ce66 commit 04243c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ fi
curl -X POST \
-H "Content-type: application/json" \
-H "Authorization: Bearer $SLACK_BOT_TOKEN" \
-d \'"$*"\' \
-d "$*" \
https://slack.com/api/chat.postMessage

0 comments on commit 04243c2

Please sign in to comment.