Skip to content

Commit a1efe51

Browse files
committed
[PRMP-1567] Make string to match other file
1 parent 291ec5e commit a1efe51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/base-run-bulk-upload.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ on:
2626
file-count:
2727
description: "How many files per patient to generate."
2828
required: true
29-
type: "number"
30-
default: 1
29+
type: "string"
30+
default: "1"
3131

3232
jobs:
3333
perform-bulk-upload:

0 commit comments

Comments
 (0)