We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b64a68 commit f8d5f5bCopy full SHA for f8d5f5b
.github/workflows/clean-main-images.yml
@@ -27,7 +27,7 @@ jobs:
27
steps:
28
- uses: dataaxiom/ghcr-cleanup-action@v1
29
with:
30
- dry-run: ${{ github.event_name == 'workflow_dispatch' && inputs.dry-run == true }}
+ dry-run: ${{ github.event_name == 'workflow_dispatch' && inputs.dry-run == 'true' }}
31
packages: ${{ env.IMAGE_NAME }}
32
delete-tags: main-*
33
delete-untagged: true
0 commit comments