diff --git a/.github/workflows/reusable-ghcr-cleanup.yml b/.github/workflows/reusable-ghcr-cleanup.yml index 9a3a698..dc61d7f 100644 --- a/.github/workflows/reusable-ghcr-cleanup.yml +++ b/.github/workflows/reusable-ghcr-cleanup.yml @@ -7,7 +7,7 @@ name: ghcr-cleanup on: workflow_call: inputs: - dry_run: + dry-run: type: boolean default: true description: if true, no images will be deleted