Skip to content

Commit 383f0b2

Browse files
committed
ci: fix dangling commas in jq command
1 parent b20b144 commit 383f0b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/discussion_chat_webhook.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ jobs:
6363
url: $discussionURL,
6464
},
6565
},
66-
},
67-
]
66+
}
67+
],
6868
},
69-
},
69+
}
7070
],
7171
},
7272
},
73-
},
73+
}
7474
],
7575
}' > data.json
7676

0 commit comments

Comments
 (0)