Fix. Specifying input properly
Signed-off-by: Eoghan Conlon <eoghanconlon73@skynet.ie>
This commit is contained in:
parent
92eac99ce5
commit
abcd2cb649
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
||||||
name: 'Get image ready to run nix jobs'
|
name: 'Get image ready to run nix jobs'
|
||||||
description: 'Update apt repositories and installing sudo'
|
description: 'Update apt repositories and installing sudo'
|
||||||
|
inputs:
|
||||||
|
nix_version:
|
||||||
|
description: 'Nix version to be installed'
|
||||||
|
required: false
|
||||||
|
default: nixos-unstable
|
||||||
runs:
|
runs:
|
||||||
using: 'composite'
|
using: 'composite'
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue