feat: 修正 if 語法 #14

Merged
jiantw83 merged 1 commits from develop into master 2025-12-01 03:58:53 +00:00
Showing only changes of commit 5ca3f9b08a - Show all commits

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"