From 6c5f158f009accc207959d9c2dee58ca7e1c4580 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Mon, 1 Dec 2025 11:38:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=20jq=20=E6=8C=87?= =?UTF-8?q?=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ee785bc..b773a8b 100644 --- a/action.yml +++ b/action.yml @@ -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