Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6c5f158f00 |
@@ -168,7 +168,7 @@ runs:
|
|||||||
DELETED_LIST="[]"
|
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
|
if [ -z "$version" ] || [ "$version" = "null" ]; then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user