diff --git a/.github/workflows/website-preview-command.yml b/.github/workflows/website-preview-command.yml index e70c8e2a3..45687785e 100644 --- a/.github/workflows/website-preview-command.yml +++ b/.github/workflows/website-preview-command.yml @@ -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