소스 검색

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 }}