From 2a60d94bd2ae2064794fdd9673509ca2c36919ec Mon Sep 17 00:00:00 2001 From: Jeffery Date: Mon, 1 Dec 2025 10:20:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E9=8C=AF=E8=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0e48847..2feba28 100644 --- a/action.yml +++ b/action.yml @@ -132,7 +132,7 @@ runs: - name: 清理舊映像 id: cleanup-images - if: ${{ inputs.package-name != '' }} + if: inputs.package-name != '' shell: bash run: | echo "開始清理舊映像,保留最新 ${{ inputs.keep-count }} 個版本"