mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2026-01-07 00:22:51 +02:00
testing actions variables
This commit is contained in:
5
.github/workflows/build-debian12-dev.yml
vendored
5
.github/workflows/build-debian12-dev.yml
vendored
@@ -3,6 +3,11 @@ name: Build Debian 12 Image (dev)
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
node_version:
|
||||||
|
description: 'Node Version'
|
||||||
|
required: true
|
||||||
|
default: '${{ env.RECOMMENDED_NODE_VERSION }}'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-dev-image:
|
build-dev-image:
|
||||||
|
|||||||
Reference in New Issue
Block a user