WIP. Adding the ability to add a specific Maiko build version when when building Medley in Github workflows
This commit is contained in:
3
.github/workflows/buildLoadup.yml
vendored
3
.github/workflows/buildLoadup.yml
vendored
@@ -38,6 +38,9 @@ on:
|
||||
successful:
|
||||
description: "'True' if medley build completed successully"
|
||||
value: ${{ jobs.complete.outputs.build_successful }}
|
||||
medley_release:
|
||||
description: "Medley release tag for this run"
|
||||
value:
|
||||
inputs:
|
||||
maiko_release:
|
||||
description: "What maiko release to use"
|
||||
|
||||
Reference in New Issue
Block a user