css refactor fix

This commit is contained in:
2026-08-09 14:43:36 +02:00
parent 1c4450efe0
commit 61f289291a
4 changed files with 25 additions and 2 deletions
+8
View File
@@ -64,6 +64,14 @@ jobs:
echo "Package: $PACKAGE_NAME"
# Pruefen ob das Package ueberhaupt existiert
if ! gh api \
-H "Accept: application/vnd.github+json" \
"/user/packages/container/$PACKAGE_NAME" > /dev/null 2>&1; then
echo "Package existiert noch nicht, kein Cleanup noetig."
exit 0
fi
# Alle Versions-IDs abrufen, sortiert nach Erstellungsdatum (neueste zuerst)
VERSION_IDS=$(gh api \
-H "Accept: application/vnd.github+json" \