diff --git a/action.yml b/action.yml index 02f81e8..042116f 100644 --- a/action.yml +++ b/action.yml @@ -52,10 +52,10 @@ inputs: description: The root disk of the target (Mac only) required: false start-daemon: - description: "If the daemon should be started , requires `planner: linux-multi` or `planner: darwin-multi`" + description: "If the daemon should be started , requires `planner: linux-multi`" required: false init: - description: "The init system to configure, requires `planner: linux-multi` (allowing the choice between `none` or `systemd`) or `planner: darwin-multi` (allowing the choive between `none` or `launchd`)" + description: "The init system to configure, requires `planner: linux-multi` (allowing the choice between `none` or `systemd`)" required: false nix-installer-url: description: A URL pointing to a `nix-installer.sh` script