Skip to content

Commit d01e924

Browse files
committed
build: change default of dry-run for ghcr-cleanup
1 parent 6d66e95 commit d01e924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-ghcr-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
inputs:
1010
dry-run:
1111
type: boolean
12-
default: true
12+
default: false
1313
description: if true, no images will be deleted
1414
secrets:
1515
token:

0 commit comments

Comments
 (0)