mirror of
https://github.com/DeterminateSystems/nix-installer-action.git
synced 2024-12-23 13:32:06 +01:00
Add source-binary to action.yml
This commit is contained in:
parent
7b0893fcd8
commit
3c042d09d2
1 changed files with 3 additions and 0 deletions
|
@ -79,6 +79,9 @@ inputs:
|
||||||
nix-build-user-prefix:
|
nix-build-user-prefix:
|
||||||
description: The Nix build user prefix (user numbers will be postfixed)
|
description: The Nix build user prefix (user numbers will be postfixed)
|
||||||
required: false
|
required: false
|
||||||
|
source-binary:
|
||||||
|
description: Run a version of the nix-installer binary from somewhere already on disk. Conflicts with all other `source-*` options. Intended only for testing this Action.
|
||||||
|
required: false
|
||||||
source-branch:
|
source-branch:
|
||||||
description: The branch of `nix-installer` to use (conflicts with `source-tag`, `source-revision`, `source-pr`)
|
description: The branch of `nix-installer` to use (conflicts with `source-tag`, `source-revision`, `source-pr`)
|
||||||
required: false
|
required: false
|
||||||
|
|
Loading…
Reference in a new issue