From cb2d5efa4e86ec794f853e2448f4093c69983f50 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 10 Jul 2023 11:18:28 +0100 Subject: [PATCH] Update update-topics.yaml --- .github/workflows/update-topics.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-topics.yaml b/.github/workflows/update-topics.yaml index c4ba39b1a2..2b5b0bedde 100644 --- a/.github/workflows/update-topics.yaml +++ b/.github/workflows/update-topics.yaml @@ -58,10 +58,10 @@ jobs: res = await fetch(apiUrl, { method: "PUT", - body: { + body: JSON.stringify({ ...data, topic, - }, + }), headers, });