Skip to content

Commit 602cfda

Browse files
committed
Update action.yml: add optional academy-name input for academy updates
Signed-off-by: Lee Calcote <[email protected]>
1 parent bbb5f88 commit 602cfda

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ inputs:
88
token:
99
description: 'Bearer token for authorization'
1010
required: true
11+
academy-name:
12+
description: 'The name of the Academy being updated (e.g., Layer5 Academy)'
13+
required: false
14+
default: 'Academy'
15+
type: string
1116
version:
1217
description: 'Version of the module to update. Defaults to "latest"'
1318
required: false

0 commit comments

Comments
 (0)