Merge pull request 'feat: 修正 if 語法' (#14) from develop into master

Reviewed-on: jiantw83/cleanup-release-action#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"