feat: 移除 if 判斷 #5

Merged
jiantw83 merged 1 commits from develop into master 2025-12-01 02:45:21 +00:00
Showing only changes of commit 504329a160 - Show all commits

View File

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