Update update-topics.yaml
This commit is contained in:
committed by
GitHub
parent
71ab30432b
commit
cb2d5efa4e
4
.github/workflows/update-topics.yaml
vendored
4
.github/workflows/update-topics.yaml
vendored
@@ -58,10 +58,10 @@ jobs:
|
|||||||
|
|
||||||
res = await fetch(apiUrl, {
|
res = await fetch(apiUrl, {
|
||||||
method: "PUT",
|
method: "PUT",
|
||||||
body: {
|
body: JSON.stringify({
|
||||||
...data,
|
...data,
|
||||||
topic,
|
topic,
|
||||||
},
|
}),
|
||||||
headers,
|
headers,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user