Skip to content

Commit a33c65e

Browse files
committed
build: fix input type given number is unsupported
1 parent 1cd5aea commit a33c65e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint_random_files.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ on:
2525
workflow_dispatch:
2626
inputs:
2727
num:
28-
type: number
28+
type: string
2929
description: 'Maximum number of files to lint:'
30-
default: 100
30+
default: '100'
3131
pattern:
3232
description: 'Regular expression for files to include:'
3333
default: .*

0 commit comments

Comments
 (0)