Fix Slack notification configuration
- Add webhook-type: incoming-webhook parameter - Required for slackapi/slack-github-action@v2.0.0
This commit is contained in:
parent
340703d5bd
commit
68e09e04af
1
.github/workflows/takt-action.yml
vendored
1
.github/workflows/takt-action.yml
vendored
@ -31,6 +31,7 @@ jobs:
|
|||||||
if: always()
|
if: always()
|
||||||
uses: slackapi/slack-github-action@v2.0.0
|
uses: slackapi/slack-github-action@v2.0.0
|
||||||
with:
|
with:
|
||||||
|
webhook-type: incoming-webhook
|
||||||
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
|
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
|
||||||
payload: |
|
payload: |
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user