From 3385dc4651da4ee1175447c5f8e45ee25871ba5d Mon Sep 17 00:00:00 2001 From: Lan Date: Thu, 21 Dec 2023 02:29:09 +0800 Subject: [PATCH] Update workflow description for the input parameters (#5816) Signed-off-by: Lan Luo --- .github/workflows/docker_update_base_windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker_update_base_windows.yml b/.github/workflows/docker_update_base_windows.yml index aeceefee936..e715d3c1f17 100644 --- a/.github/workflows/docker_update_base_windows.yml +++ b/.github/workflows/docker_update_base_windows.yml @@ -7,11 +7,11 @@ on: workflow_dispatch: inputs: antrea-repository: - description: 'The Antrea repository to check-out' + description: 'The Antrea repository to check-out; it will typically be a personal Antrea fork such as "/antrea"' required: true type: string antrea-ref: - description: 'The Git ref to use when checking-out the Antrea repository' + description: 'The Git ref to use when checking-out the Antrea repository, usually a branch or tag name' required: true type: string push: