1
0
mirror of synced 2026-03-21 08:59:02 +00:00

Fix error in outputs clause in first job in buildMedleyinclDocker.yml

This commit is contained in:
Frank Halasz
2026-03-20 16:32:01 -07:00
parent b76288a071
commit 8091668506
2 changed files with 2 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ on:
workflow_dispatch:
inputs:
github_release_tag:
description: "Tag for the Github Release to use for building this Medley Docker image"
description: "Tag of Github Release to be used for this Medley Docker image"
type: string
default: "Latest"
draft:
@@ -41,7 +41,7 @@ on:
value: ${{ jobs.complete.outputs.build_successful }}
inputs:
github_release_tag:
description: "Tag for the Github Release to use for building this Medley Docker image"
description: "Tag of Github Release to be used for this Medley Docker image"
required: false
type: string
default: "Latest"

View File

@@ -88,9 +88,6 @@ jobs:
draft: ${{ inputs.draft }}
force: ${{ inputs.force }}
secrets: inherit
outputs:
github_release_tag: ${{ needs.do_release.outputs.github_release_tag }}
######################################################################################