We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 510bd30 commit dbca57cCopy full SHA for dbca57c
.github/workflows/notify_slack.yml
@@ -10,9 +10,10 @@ jobs:
10
if: github.event.discussion && github.event.comment
11
steps:
12
- uses: slackapi/[email protected]
13
- method: chat.postMessage
14
- payload: |
15
- channel: "${{ secrets.SLACK_CHANNEL_ID }}"
16
- text: "Created discussion comment: ${{ github.event.comment.html_url }}"
+ with:
+ method: chat.postMessage
+ payload: |
+ channel: "${{ secrets.SLACK_CHANNEL_ID }}"
17
+ text: "Created discussion comment: ${{ github.event.comment.html_url }}"
18
env:
19
SLACK_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
0 commit comments