Skip to content

Commit 389b8f4

Browse files
committed
Fix PR number input type
1 parent 01e87b8 commit 389b8f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-signature.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pr_number:
77
description: 'The Pull Request number to inspect'
88
required: true
9-
type: integer
9+
type: number
1010

1111
permissions: {} # Restrict token access to the minimum required for this workflow
1212

0 commit comments

Comments
 (0)