1
0
mirror of synced 2026-04-03 05:15:09 +00:00

WIP. Adding the ability to add a specific Maiko build version when when building Medley in Github workflows

This commit is contained in:
Frank Halasz
2026-03-08 22:40:40 -07:00
parent e66b434f98
commit fd5b5ef8f0
3 changed files with 59 additions and 67 deletions

View File

@@ -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"