Skip to content

Commit 6a57f69

Browse files
committed
line in the wrong place
1 parent e1fb8da commit 6a57f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-topics.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ jobs:
104104
if (res.ok) {
105105
const resJson = res.json();
106106
if (resJson.errcode) {
107-
} else {
108107
core.setFailed(`Error updating ${roomId}: ${resJson.error}`);
108+
} else {
109109
console.log(roomId, "topic updated:", topic);
110110
}
111111
} else {

0 commit comments

Comments
 (0)