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 875657e commit 6fa6c65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-topics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 6fa6c65

Please sign in to comment.