Update update-topics.yaml
This commit is contained in:
@@ -53,6 +53,7 @@ jobs:
|
|||||||
const topic = data.topic.replace(regex, RELEASE_TOPIC);
|
const topic = data.topic.replace(regex, RELEASE_TOPIC);
|
||||||
if (topic === data.topic) {
|
if (topic === data.topic) {
|
||||||
console.log(roomId, "nothing to do");
|
console.log(roomId, "nothing to do");
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
await fetch(apiUrl, {
|
await fetch(apiUrl, {
|
||||||
@@ -63,7 +64,7 @@ jobs:
|
|||||||
},
|
},
|
||||||
headers,
|
headers,
|
||||||
});
|
});
|
||||||
console.log(roomId, "topic updated");
|
console.log(roomId, "topic updated:", topic);
|
||||||
}
|
}
|
||||||
|
|
||||||
await updateReleaseInTopic(LOBBY_ROOM_ID);
|
await updateReleaseInTopic(LOBBY_ROOM_ID);
|
||||||
|
|||||||
Reference in New Issue
Block a user