Add source-binary to action.yml

This commit is contained in:
Luc Perkins 2024-05-22 18:35:27 -03:00
parent 7b0893fcd8
commit 3c042d09d2
No known key found for this signature in database
GPG key ID: 16DB1108FB591835

View file

@ -79,6 +79,9 @@ inputs:
nix-build-user-prefix:
description: The Nix build user prefix (user numbers will be postfixed)
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:
description: The branch of `nix-installer` to use (conflicts with `source-tag`, `source-revision`, `source-pr`)
required: false