We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1600b08 commit edc40a9Copy full SHA for edc40a9
.github/actions/slack-notification/action.yml
@@ -16,12 +16,10 @@ runs:
16
using: "composite"
17
steps:
18
- name: Send Slack notification
19
- uses: slackapi/slack-github-action@v1.25.0
+ uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2
20
with:
21
method: chat.postMessage
22
token: ${{ inputs.bot-token }}
23
payload: |
24
- {
25
- "channel": "${{ inputs.channel-id }}",
26
- "text": "${{ inputs.message }}"
27
- }
+ channel: ${{ inputs.channel-id }}
+ text: ${{ inputs.message }}
0 commit comments