Set inputs as string

This commit is contained in:
Bubka 2023-03-26 23:15:43 +02:00
parent 3e012ae4e2
commit 3fcb02a4e1

View File

@ -5,11 +5,11 @@ on:
days: days:
description: 'Number of days.' description: 'Number of days.'
required: true required: true
default: 30 default: '30'
minimum_runs: minimum_runs:
description: 'The minimum runs to keep for each workflow.' description: 'The minimum runs to keep for each workflow.'
required: true required: true
default: 6 default: '6'
delete_workflow_pattern: delete_workflow_pattern:
description: 'The name or filename of the workflow. if not set then it will target all workflows.' description: 'The name or filename of the workflow. if not set then it will target all workflows.'
required: false required: false