mirror of
https://github.com/skoelle/focusapp.git
synced 2026-09-17 20:10:25 +00:00
css refactor fix
This commit is contained in:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user