Skip to content

Commit 256956e

Browse files
committed
GHA: add a description for build_android input
This makes the options more similar by providing a description rather than relying on the user to know what the input variable is meant for.
1 parent 9bafcba commit 256956e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ on:
4343
required: false
4444

4545
build_android:
46+
description: 'Build Android SDK'
4647
required: false
4748
default: false
4849
type: boolean
@@ -114,6 +115,7 @@ on:
114115
type: string
115116

116117
build_android:
118+
description: 'Build Android SDK'
117119
required: false
118120
default: false
119121
type: boolean

0 commit comments

Comments
 (0)