ci: update workflow dispatch input description (#1762)
This commit is contained in:
parent
6e31dc0005
commit
f183886224
|
@ -4,7 +4,7 @@ on:
|
|||
workflow_dispatch:
|
||||
inputs:
|
||||
pull-request-number:
|
||||
description: "Pull request number from where the command was triggered"
|
||||
description: "Pull request number to preview"
|
||||
required: true
|
||||
type: string
|
||||
|
||||
|
|
Loading…
Reference in New Issue