Skip to content

Commit

Permalink
Try smaller payload
Browse files Browse the repository at this point in the history
  • Loading branch information
Isengo1989 committed Dec 6, 2023
1 parent 574167b commit a914520
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/watcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
type: string

jobs:
create-adr-pull-request:
check-files:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -22,11 +22,7 @@ jobs:
uses: slackapi/[email protected]
with:
# For posting a rich message using Block Kit
payload: |
{
"text": "GitHub Action build result",
}
message": "GitHub Action build result"
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_NOTIFICATIONS_WEBHOOK }}
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK

0 comments on commit a914520

Please sign in to comment.