Update update-topics.yaml

pull/25747/head
Michael Telatynski 2023-07-10 11:12:17 +01:00 committed by GitHub
parent ccb0a306c8
commit a4eb2f40bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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