mirror of
https://github.com/element-hq/element-web.git
synced 2025-12-05 01:10:40 +00:00
line in the wrong place
This commit is contained in:
2
.github/workflows/update-topics.yaml
vendored
2
.github/workflows/update-topics.yaml
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user