Skip to content

Commit 7ab541f

Browse files
GiggleLiuclaude
andcommitted
Fix Zulip channel name: community-calls -> community-call
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0edf78b commit 7ab541f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/community-call.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@ jobs:
9595
curl -s -X POST "https://problem-reductions.zulipchat.com/api/v1/messages" \
9696
-u "${ZULIP_BOT_EMAIL}:${ZULIP_BOT_API_KEY}" \
9797
--data-urlencode "type=stream" \
98-
--data-urlencode "to=community-calls" \
98+
--data-urlencode "to=community-call" \
9999
--data-urlencode "topic=${TOPIC}" \
100100
--data-urlencode "content=${BODY}"

0 commit comments

Comments
 (0)