mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-01-22 03:07:31 -06:00
add extraArgs to input
This commit is contained in:
parent
920d008223
commit
b00ae7e672
1 changed files with 6 additions and 2 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -6,11 +6,15 @@ on:
|
||||||
hosts:
|
hosts:
|
||||||
description: "list of hosts to build"
|
description: "list of hosts to build"
|
||||||
required: true
|
required: true
|
||||||
default: "othalan,algiz"
|
|
||||||
type: string
|
type: string
|
||||||
|
default: "othalan,algiz"
|
||||||
lockFile:
|
lockFile:
|
||||||
description: "flake.lock file"
|
description: "flake.lock file"
|
||||||
type: string
|
type: string
|
||||||
|
extraArgs:
|
||||||
|
description: "postional args forwared to nix"
|
||||||
|
type: string
|
||||||
|
default: "--keep-going"
|
||||||
|
|
||||||
workflow_call:
|
workflow_call:
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -54,4 +58,4 @@ jobs:
|
||||||
--flake .
|
--flake .
|
||||||
-vv
|
-vv
|
||||||
--
|
--
|
||||||
--keep-going
|
${{ inputs.extraArgs }}
|
||||||
|
|
Loading…
Reference in a new issue