mirror of
https://github.com/skoelle/focusapp.git
synced 2026-09-17 20:10:25 +00:00
cleanup 3
This commit is contained in:
@@ -66,11 +66,6 @@ jobs:
|
||||
|
||||
# Alle Versions-IDs abrufen, sortiert nach Erstellungsdatum (neueste zuerst)
|
||||
VERSION_IDS=$(gh api \
|
||||
-H "Accept: application/vnd.github+json" \
|
||||
"/user/packages/maven/$PACKAGE_NAME/versions" \
|
||||
--paginate \
|
||||
-q 'sort_by(.created_at) | reverse | .[].id' 2>/dev/null || \
|
||||
gh api \
|
||||
-H "Accept: application/vnd.github+json" \
|
||||
"/user/packages/container/$PACKAGE_NAME/versions" \
|
||||
--paginate \
|
||||
|
||||
Reference in New Issue
Block a user