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