Ver código fonte

github: clean-up, try boolean dry-run

Victor Seva 6 meses atrás
pai
commit
80ac6230b7
1 arquivos alterados com 1 adições e 1 exclusões
  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 }}