mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 01:05:42 +03:00
Update update-topics.yaml
This commit is contained in:
parent
ccb0a306c8
commit
a4eb2f40bb
1 changed files with 2 additions and 1 deletions
3
.github/workflows/update-topics.yaml
vendored
3
.github/workflows/update-topics.yaml
vendored
|
@ -53,6 +53,7 @@ jobs:
|
|||
const topic = data.topic.replace(regex, RELEASE_TOPIC);
|
||||
if (topic === data.topic) {
|
||||
console.log(roomId, "nothing to do");
|
||||
return;
|
||||
}
|
||||
|
||||
await fetch(apiUrl, {
|
||||
|
@ -63,7 +64,7 @@ jobs:
|
|||
},
|
||||
headers,
|
||||
});
|
||||
console.log(roomId, "topic updated");
|
||||
console.log(roomId, "topic updated:", topic);
|
||||
}
|
||||
|
||||
await updateReleaseInTopic(LOBBY_ROOM_ID);
|
||||
|
|
Loading…
Reference in a new issue