浏览代码

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

Victor Seva 2 周之前
父节点
当前提交
feb568027a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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' }}