fix: 修正 jq 指令

This commit is contained in:
Jeffery
2025-12-01 11:38:54 +08:00
parent b07b80d8b6
commit 6c5f158f00

View File

@@ -168,7 +168,7 @@ runs:
DELETED_LIST="[]"
# 處理每個要刪除的版本
echo "$TO_DELETE" | jq -c '.[]' | while read -r version; do
echo "$TO_DELETE" | jq -c '.' | while read -r version; do
if [ -z "$version" ] || [ "$version" = "null" ]; then
continue
fi