From a6e81a9a095997c2b8e5a599012b4b60cbb042bd Mon Sep 17 00:00:00 2001 From: Cora <17833654450@163.com> Date: Mon, 13 Apr 2026 13:49:11 +0800 Subject: [PATCH] fix field of feishu workflow --- .github/workflows/pr-to-feishu.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-to-feishu.yml b/.github/workflows/pr-to-feishu.yml index f6df325..943c9e9 100644 --- a/.github/workflows/pr-to-feishu.yml +++ b/.github/workflows/pr-to-feishu.yml @@ -163,7 +163,9 @@ jobs: description: taskDescription, tasklists: [ { - guid: process.env.FEISHU_TASKLIST_GUID + tasklist: { + tasklist_guid: process.env.FEISHU_TASKLIST_GUID + } } ] })