feat: filter cleanup by package names

This commit is contained in:
2026-05-15 02:33:20 +00:00
parent 5336737073
commit 3305b57ac0
3 changed files with 45 additions and 2 deletions
+4 -1
View File
@@ -3,12 +3,15 @@ description: '清理 Nuget 沒用到的資源'
author: 'Jeffery'
inputs:
RUNNER_TOKEN:
description: 'GitHub Runner Token'
description: 'Gitea API token, highest priority source'
required: false
KEEP_COUNT:
description: '保留的版本數量'
required: false
default: '2'
PACKAGE_NAMES:
description: '要清理的 NuGet 套件名稱,逗號分隔,可一次指定多個'
required: true
runs:
using: 'docker'
image: 'Dockerfile'