From f1838862241f7cf9ae7c6514c1ebe2ab10ce5ac8 Mon Sep 17 00:00:00 2001 From: Jonas L Date: Tue, 12 Apr 2022 17:01:35 +0200 Subject: [PATCH] ci: update workflow dispatch input description (#1762) --- .github/workflows/website-preview-command.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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