From 6a57f69cd9e5a80963800bb8fc9b8c0da08699ef Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 3 Dec 2025 20:51:37 +0000 Subject: [PATCH] line in the wrong place --- .github/workflows/update-topics.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-topics.yaml b/.github/workflows/update-topics.yaml index bc2d0f722a..c1fb78e3b8 100644 --- a/.github/workflows/update-topics.yaml +++ b/.github/workflows/update-topics.yaml @@ -104,8 +104,8 @@ jobs: if (res.ok) { const resJson = res.json(); if (resJson.errcode) { - } else { core.setFailed(`Error updating ${roomId}: ${resJson.error}`); + } else { console.log(roomId, "topic updated:", topic); } } else {