浏览代码

github: clean-up, try boolean dry-run

Victor Seva 5 月之前
父节点
当前提交
80ac6230b7
共有 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: ${{ fromJson(github.event.inputs.dryrun) }}
+            dry-run: ${{ inputs.dryrun }}