Browse Source

github: fix default value when triggered via schedule [skip ci]

Victor Seva 2 weeks ago
parent
commit
feb568027a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/github-cleanup.yml

+ 1 - 1
.github/workflows/github-cleanup.yml

@@ -28,4 +28,4 @@ jobs:
             owner-type: org
             token: ${{ secrets.CLEAN_PACKAGES }}
             delete-untagged: true
-            dry-run: ${{ inputs.dryrun }}
+            dry-run: ${{ github.event.inputs.dryrun || 'false' }}