Update update-topics.yaml
This commit is contained in:
parent
875657eb45
commit
6fa6c6517c
1 changed files with 2 additions and 0 deletions
2
.github/workflows/update-topics.yaml
vendored
2
.github/workflows/update-topics.yaml
vendored
|
@ -68,6 +68,8 @@ jobs:
|
|||
}
|
||||
|
||||
const data = await res.json();
|
||||
console.log(roomId, "got event", data);
|
||||
|
||||
const topic = data.topic.replace(regex, releaseTopic);
|
||||
if (topic === data.topic) {
|
||||
console.log(roomId, "nothing to do");
|
||||
|
|
Loading…
Reference in a new issue