Fix Slack notification configuration

- Add webhook-type: incoming-webhook parameter
- Required for slackapi/slack-github-action@v2.0.0
This commit is contained in:
nrslib 2026-02-01 10:44:11 +09:00
parent 340703d5bd
commit 68e09e04af

View File

@ -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: |
{ {