fix: change inputs.pr type to string
This commit is contained in:
parent
ef2c3bc977
commit
f844116a5e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/review.yml
vendored
2
.github/workflows/review.yml
vendored
|
|
@ -6,7 +6,7 @@ on:
|
|||
pr:
|
||||
description: "Pull Request Number"
|
||||
required: true
|
||||
type: number
|
||||
type: string
|
||||
x86_64-linux:
|
||||
description: "Run on x86_64-linux"
|
||||
required: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue