Browse Source

github: clean-up, try boolean dry-run

Victor Seva 5 months ago
parent
commit
80ac6230b7
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: ${{ fromJson(github.event.inputs.dryrun) }}
+            dry-run: ${{ inputs.dryrun }}