Update update-topics.yaml
This commit is contained in:
parent
4c9baa60ec
commit
29037c8543
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-topics.yaml
vendored
2
.github/workflows/update-topics.yaml
vendored
|
@ -57,7 +57,7 @@ jobs:
|
||||||
}
|
}
|
||||||
if (data["org.matrix.msc3765.topic"]) {
|
if (data["org.matrix.msc3765.topic"]) {
|
||||||
data["org.matrix.msc3765.topic"].forEach(d => {
|
data["org.matrix.msc3765.topic"].forEach(d => {
|
||||||
data.body = data.body.replace(regex, RELEASE_TOPIC);
|
d.body = d.body.replace(regex, RELEASE_TOPIC);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue