Skip to content

Commit eebc0d1

Browse files
Copilotneilime
andcommitted
Fix clean-images action: make tags input optional
Co-authored-by: neilime <314088+neilime@users.noreply.github.com>
1 parent d32e73a commit eebc0d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

actions/docker/clean-images/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ inputs:
2626
description: |
2727
Comma-separated list of tags to delete (supports wildcard syntax).
2828
Example: `pr-*,dev`
29-
required: true
29+
required: false
3030

3131
outputs:
3232
deleted-package-ids:

0 commit comments

Comments
 (0)