Skip to content

Commit cfb3eac

Browse files
committed
fix: typo in github action
1 parent 075f6a4 commit cfb3eac

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/clean-main-images.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ jobs:
5858
echo "Failed to delete version $id ($tag)"
5959
FAILED_DELETIONS="${FAILED_DELETIONS}\n$id ($tag)"
6060
fi
61-
echo "Failed to delete version $id ($tag)"
62-
FAILED_DELETIONS="${FAILED_DELETIONS}\n$id ($tag)"
63-
fi
6461
done <<< "$TO_DELETE"
6562
6663
if [ -n "$FAILED_DELETIONS" ]; then

0 commit comments

Comments
 (0)