Compare commits
2 Commits
829c119657
...
214ec5f7bd
| Author | SHA1 | Date | |
|---|---|---|---|
| 214ec5f7bd | |||
|
|
5ca3f9b08a |
@@ -39,7 +39,7 @@ runs:
|
|||||||
|
|
||||||
- name: 清理舊映像
|
- name: 清理舊映像
|
||||||
id: cleanup-images
|
id: cleanup-images
|
||||||
if: ${{ inputs.package-name != '' }}
|
if: inputs.package-name != ''
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
chmod +x "${{ github.action_path }}/cleanup-images.sh"
|
chmod +x "${{ github.action_path }}/cleanup-images.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user