Skip to content

Commit f8d5f5b

Browse files
committed
fix: switched to string
1 parent 2b64a68 commit f8d5f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clean-main-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: dataaxiom/ghcr-cleanup-action@v1
2929
with:
30-
dry-run: ${{ github.event_name == 'workflow_dispatch' && inputs.dry-run == true }}
30+
dry-run: ${{ github.event_name == 'workflow_dispatch' && inputs.dry-run == 'true' }}
3131
packages: ${{ env.IMAGE_NAME }}
3232
delete-tags: main-*
3333
delete-untagged: true

0 commit comments

Comments
 (0)