From a9145208f5c0085fd1b2430aa8efceb00de9a5dc Mon Sep 17 00:00:00 2001 From: Micha Hobert Date: Wed, 6 Dec 2023 10:42:29 +0100 Subject: [PATCH] Try smaller payload --- .github/workflows/watcher.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/watcher.yml b/.github/workflows/watcher.yml index d2e85da0e..45c74f5f3 100644 --- a/.github/workflows/watcher.yml +++ b/.github/workflows/watcher.yml @@ -9,7 +9,7 @@ on: type: string jobs: - create-adr-pull-request: + check-files: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -22,11 +22,7 @@ jobs: uses: slackapi/slack-github-action@v1.24.0 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