From 6d99d4ce08fa50d7cd2e9503aa10af34b5fa0492 Mon Sep 17 00:00:00 2001 From: Ana Hobden Date: Tue, 24 Jan 2023 10:51:02 -0800 Subject: [PATCH] init/start-daemon are linux only --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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