Skip to content

Commit cdee42b

Browse files
committed
Fix json
1 parent 400712f commit cdee42b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/homebrew.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
payload: |
3232
{
33-
"text": "Homebrew smoke test failed on macOS ${{ matrix.runner }}"
33+
"text": "Homebrew smoke test failed on macOS ${{ matrix.runner }}",
3434
"blocks": [
3535
{
3636
"type": "section",

0 commit comments

Comments
 (0)