Skip to content

Commit

Permalink
chore: fix ci options parse error (#6663)
Browse files Browse the repository at this point in the history
  • Loading branch information
JashBook authored Feb 22, 2024
1 parent ee4b6f0 commit 0ee75fc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/e2e-kbcli-k3s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ on:
default: '1.26'
type: choice
options:
- 1.27
- 1.26
- 1.25
- 1.24
- 1.23
- 1.22
- 1.21
- 1.20
- "1.27"
- "1.26"
- "1.25"
- "1.24"
- "1.23"
- "1.22"
- "1.21"
- "1.20"
BRANCH_NAME:
description: 'testinfra branch name'
required: false
Expand Down

0 comments on commit 0ee75fc

Please sign in to comment.