From 1f38772e1ab82df1d03502ae500f4cb3dd6c1d82 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Mon, 1 Dec 2025 10:26:12 +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 2feba28..0e48847 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 }} 個版本"