Update sync-image.yml

This commit is contained in:
Shiming Zhang
2025-06-10 14:45:08 +08:00
committed by GitHub
parent 2d105ddc4d
commit 59206bee42

View File

@@ -63,8 +63,8 @@ jobs:
-H 'Content-Type: application/json' \ -H 'Content-Type: application/json' \
-d '{ -d '{
"content": "${{ steps.get-image.outputs.sync_image }}", "content": "${{ steps.get-image.outputs.sync_image }}",
"kind": "manifest", "priority": 10,
"priority": 10 "data": {"kind": "manifest"}
}' | jq -r .id) }' | jq -r .id)
echo "message_id=${MESSAGE_ID}" >> $GITHUB_OUTPUT echo "message_id=${MESSAGE_ID}" >> $GITHUB_OUTPUT