Compare commits

..
1 Commits
Author SHA1 Message Date
Jeffery 6c5f158f00 fix: 修正 jq 指令 2025-12-01 11:38:54 +08:00
+1 -1
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