Ver código fonte

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

Victor Seva 2 semanas atrás
pai
commit
feb568027a
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
             owner-type: org
             token: ${{ secrets.CLEAN_PACKAGES }}
             token: ${{ secrets.CLEAN_PACKAGES }}
             delete-untagged: true
             delete-untagged: true
-            dry-run: ${{ inputs.dryrun }}
+            dry-run: ${{ github.event.inputs.dryrun || 'false' }}