Update update-topics.yaml

pull/25747/head
Michael Telatynski 2023-07-10 11:18:28 +01:00 committed by GitHub
parent 71ab30432b
commit cb2d5efa4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -58,10 +58,10 @@ jobs:
res = await fetch(apiUrl, {
method: "PUT",
body: {
body: JSON.stringify({
...data,
topic,
},
}),
headers,
});