From cdee42b1c957c33189f1c19a1d1ccf6f59907f18 Mon Sep 17 00:00:00 2001 From: Nikola Irinchev Date: Wed, 13 Nov 2024 11:47:50 +0100 Subject: [PATCH] Fix json --- .github/workflows/homebrew.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/homebrew.yml b/.github/workflows/homebrew.yml index 441d17a7b..ace1df6e5 100644 --- a/.github/workflows/homebrew.yml +++ b/.github/workflows/homebrew.yml @@ -30,7 +30,7 @@ jobs: with: payload: | { - "text": "Homebrew smoke test failed on macOS ${{ matrix.runner }}" + "text": "Homebrew smoke test failed on macOS ${{ matrix.runner }}", "blocks": [ { "type": "section",