ソースを参照

github: cleanup fix for boolean value

* execute every first of the month only
Victor Seva 10 ヶ月 前
コミット
ea9895d4fd
1 ファイル変更2 行追加2 行削除
  1. 2 2
      .github/workflows/github-cleanup.yml

+ 2 - 2
.github/workflows/github-cleanup.yml

@@ -2,7 +2,7 @@
 name: github-cleanup
 name: github-cleanup
 on:
 on:
   schedule:
   schedule:
-    - cron: '30 2 * * *'
+    - cron: '30 2 1 * *'
   # Allows you to run this workflow manually from the Actions tab
   # Allows you to run this workflow manually from the Actions tab
   workflow_dispatch:
   workflow_dispatch:
     inputs:
     inputs:
@@ -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: ${{ github.event.inputs.dryrun }}
+            dry-run: ${{ fromJson(github.event.inputs.dryrun) }}