Skip to content

Commit 5efc8d2

Browse files
committed
[BUG](ci) Must use strings here, not numbers
Signed-off-by: John McCall <john@overturemaps.org>
1 parent 6097f79 commit 5efc8d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/overture-projection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ on:
7777
pr_number:
7878
description: PR number to review
7979
required: true
80-
type: number
80+
type: string
8181
devex_ref:
8282
description: omf-devex ref to load skills from
8383
required: false

0 commit comments

Comments
 (0)