Skip to content

Commit

Permalink
github: cleanup fix for boolean value
Browse files Browse the repository at this point in the history
* execute every first of the month only
  • Loading branch information
linuxmaniac committed Nov 15, 2024
1 parent ef070b8 commit ea9895d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: github-cleanup
on:
schedule:
- cron: '30 2 * * *'
- cron: '30 2 1 * *'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
inputs:
Expand All @@ -28,4 +28,4 @@ jobs:
owner-type: org
token: ${{ secrets.CLEAN_PACKAGES }}
delete-untagged: true
dry-run: ${{ github.event.inputs.dryrun }}
dry-run: ${{ fromJson(github.event.inputs.dryrun) }}

0 comments on commit ea9895d

Please sign in to comment.