We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7781289 + 83bcf3d commit d6a1ea3Copy full SHA for d6a1ea3
action.yml
@@ -17,6 +17,6 @@ runs:
17
using: 'composite'
18
steps:
19
- run: |
20
- curl -X POST -H "Authorization: Bearer ${{ env.SLACK_BOT_TOKEN || inputs.token }}" -H "Content-Type: application/json" --url https://slack.com/api/chat.postMessage \
+ curl --silent --show-error -X POST -H "Authorization: Bearer ${{ env.SLACK_BOT_TOKEN || inputs.token }}" -H "Content-Type: application/json" --url https://slack.com/api/chat.postMessage \
21
-d "{\"channel\": \"${{ inputs.channel }}\", \"text\":\"${{ inputs.text }}\"}"
22
shell: bash
0 commit comments