Update sync-image.yml

This commit is contained in:
Shiming Zhang
2025-06-10 10:32:28 +08:00
committed by GitHub
parent b47006b46f
commit 2d105ddc4d

View File

@@ -63,6 +63,7 @@ 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
}' | jq -r .id) }' | jq -r .id)