فهرست منبع

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