Skip to content

Commit

Permalink
ci: Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdotb committed Aug 13, 2022
1 parent c335aba commit 3e8aea4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
days:
description: 'Retain days'
required: true
type: number
type: string
default: 30
minimum_runs:
description: 'Minimum runs to keep for each workflow'
required: true
type: number
type: string
default: 0
delete_workflow_pattern:
description: 'Name/filename of workflow. Default is all.'
Expand Down

0 comments on commit 3e8aea4

Please sign in to comment.