mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
line in the wrong place
This commit is contained in:
parent
e1fb8da2e4
commit
6a57f69cd9
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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user