mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-15 15:42:06 +01:00
Define output for update_sdk
Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
parent
66bfe6a6e5
commit
91b96b21b3
4
.github/workflows/update-sdk.yaml
vendored
4
.github/workflows/update-sdk.yaml
vendored
@ -14,6 +14,10 @@ on:
|
||||
Custom SDK container version to build. Defaults to source SDK w/ "-github-[DATE]" appended.
|
||||
|
||||
workflow_call:
|
||||
outputs:
|
||||
sdk_version:
|
||||
description: "The version of the SDK container that was built"
|
||||
value: ${{ jobs.update_sdk.outputs.sdk_version }}
|
||||
inputs:
|
||||
source_sdk_version:
|
||||
type: string
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user