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 {