Skip to content

Commit ada7879

Browse files
authored
Merge pull request #225 from Sharpie/reword-branch-desc
Clarify description of workflow "branch" input
2 parents 7028efc + 253a3d1 commit ada7879

1 file changed

Lines changed: 13 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,20 @@ on:
1818
- agent-runtime-8.x
1919
- openbolt-runtime
2020
default: 'agent-runtime-main'
21+
branch:
22+
description: >-
23+
The default platform list to build for. Use `main` for 9.x builds
24+
and `8.x` for 8.x builds.
25+
type: choice
26+
options:
27+
- main
28+
- '8.x'
29+
default: 'main'
2130
platform_list:
22-
description: 'A comma-separated list of platforms to build for. Do not include spaces. If not provided, will use the default list of platform supported by OpenVox.'
31+
description: >-
32+
Comma-separated list of platforms to build for. Do not include
33+
spaces. If not provided, will use the default platform list chosen
34+
above.
2335
required: false
2436
type: string
2537
vanagon_branch:
@@ -37,13 +49,6 @@ on:
3749
required: false
3850
type: boolean
3951
default: false
40-
branch:
41-
description: 'The release branch to build from.'
42-
type: choice
43-
options:
44-
- main
45-
- '8.x'
46-
default: 'main'
4752

4853
jobs:
4954
build:

0 commit comments

Comments
 (0)