mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-01-23 06:38:34 +01:00
Set inputs as string
This commit is contained in:
parent
3e012ae4e2
commit
3fcb02a4e1
4
.github/workflows/prune-workflow-runs.yml
vendored
4
.github/workflows/prune-workflow-runs.yml
vendored
@ -5,11 +5,11 @@ on:
|
||||
days:
|
||||
description: 'Number of days.'
|
||||
required: true
|
||||
default: 30
|
||||
default: '30'
|
||||
minimum_runs:
|
||||
description: 'The minimum runs to keep for each workflow.'
|
||||
required: true
|
||||
default: 6
|
||||
default: '6'
|
||||
delete_workflow_pattern:
|
||||
description: 'The name or filename of the workflow. if not set then it will target all workflows.'
|
||||
required: false
|
||||
|
Loading…
Reference in New Issue
Block a user