1 Commits

Author SHA1 Message Date
Jeffery
5ca3f9b08a feat: 修正 if 語法 2025-12-01 11:58:42 +08: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"