Skip to content

Commit

Permalink
Update update-topics.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Oct 25, 2023
1 parent 5482050 commit 875657e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/update-topics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ jobs:
headers,
});
if (!res.ok) {
console.log(roomId, "failed to fetch", await res.text());
return;
}
const data = await res.json();
const topic = data.topic.replace(regex, releaseTopic);
if (topic === data.topic) {
Expand Down

0 comments on commit 875657e

Please sign in to comment.