feat: 移除 if 判斷

This commit is contained in:
Jeffery
2025-12-01 10:44:55 +08:00
parent 1f4b59a18d
commit 504329a160

View File

@@ -132,7 +132,6 @@ runs:
- name: 清理舊映像
id: cleanup-images
if: inputs.package-name != ''
shell: bash
run: |
echo "開始清理舊映像,保留最新 ${{ inputs.keep-count }} 個版本"