From 59206bee42fe0d6ad0d0d04a19e54d8cd42b21d1 Mon Sep 17 00:00:00 2001 From: Shiming Zhang Date: Tue, 10 Jun 2025 14:45:08 +0800 Subject: [PATCH] Update sync-image.yml --- .github/workflows/sync-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-image.yml b/.github/workflows/sync-image.yml index bdbf4ba..4a447c7 100644 --- a/.github/workflows/sync-image.yml +++ b/.github/workflows/sync-image.yml @@ -63,8 +63,8 @@ jobs: -H 'Content-Type: application/json' \ -d '{ "content": "${{ steps.get-image.outputs.sync_image }}", - "kind": "manifest", - "priority": 10 + "priority": 10, + "data": {"kind": "manifest"} }' | jq -r .id) echo "message_id=${MESSAGE_ID}" >> $GITHUB_OUTPUT