Update update-topics.yaml

pull/26459/head
Michael Telatynski 2023-10-25 14:09:28 +01:00 committed by GitHub
parent 875657eb45
commit 6fa6c6517c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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");