Skip to content

Commit

Permalink
Update workflow description for the input parameters (#5816)
Browse files Browse the repository at this point in the history
Signed-off-by: Lan Luo <[email protected]>
  • Loading branch information
luolanzone authored Dec 20, 2023
1 parent fb939cb commit 3385dc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_update_base_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "<your-github-user>/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:
Expand Down

0 comments on commit 3385dc4

Please sign in to comment.