Compare commits
2 Commits
3e32b71abe
...
74e3e758c9
| Author | SHA1 | Date | |
|---|---|---|---|
| 74e3e758c9 | |||
|
|
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