Merge pull request 'feat: 修正 if 語法' (#14) from develop into master
All checks were successful
/ CD > 發布專案 (push) Successful in 2s

Reviewed-on: #14
This commit is contained in:
2025-12-01 03:58:53 +00:00

View File

@@ -39,7 +39,7 @@ runs:
- name: 清理舊映像
id: cleanup-images
if: ${{ inputs.package-name != '' }}
if: inputs.package-name != ''
shell: bash
run: |
chmod +x "${{ github.action_path }}/cleanup-images.sh"