ci: update workflow dispatch input description (#1762)

This commit is contained in:
Jonas L 2022-04-12 17:01:35 +02:00 committed by GitHub
parent 6e31dc0005
commit f183886224
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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