Skip to content

Commit 2e43203

Browse files
authored
Merge pull request #152 from layer5io/leecalcote-patch-4
Update academy-build action version and add academy-name
2 parents 93cbf59 + a142ed3 commit 2e43203

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build-and-release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ on:
1212
token:
1313
description: 'Bearer token'
1414
required: true
15+
academy-name:
16+
required: false
17+
default: "Digital Ocean Academy"
18+
type: string
1519
version:
1620
description: 'Module version'
1721
required: false
@@ -39,10 +43,11 @@ jobs:
3943

4044
- name: Publish to layer5 academy
4145
id: academy
42-
uses: layer5io/[email protected].3
46+
uses: layer5io/[email protected].5
4347
with:
4448
orgId: ${{ github.event.inputs.orgId || secrets.ACADEMY_ORG_ID }}
4549
token: ${{ github.event.inputs.token || secrets.PROVIDER_TOKEN }}
50+
academy-name: "Layer5 Academy"
4651
version: ${{ github.event.inputs.version != '' && github.event.inputs.version || github.ref_name }}
4752

4853
- name: Show response

0 commit comments

Comments
 (0)