From 2e0b999e194dd9a5fedd04706799751c436db42a Mon Sep 17 00:00:00 2001 From: Ana Hobden Date: Tue, 14 Feb 2023 11:21:23 -0800 Subject: [PATCH] Clarify options which require a specific planner --- action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index 193f904..3779b5e 100644 --- a/action.yml +++ b/action.yml @@ -41,16 +41,16 @@ inputs: description: Extra configuration lines for `/etc/nix.conf` (includes `access-tokens` with `secrets.GITHUB_TOKEN` automatically if `github-token` is set) required: false mac-encrypt: - description: Force encryption on the volume (Mac only) + description: "Force encryption on the volume (`planner: macos` only)" required: false mac-case-sensitive: - description: Use a case sensitive volume (Mac only) + description: "Use a case sensitive volume (`planner: macos` only)" required: false mac-volume-label: - description: The label for the created APFS volume (Mac only) + description: "The label for the created APFS volume (`planner: macos` only)" required: false mac-root-disk: - description: The root disk of the target (Mac only) + description: "The root disk of the target (`planner: macos` only)" required: false nix-installer-url: description: A URL pointing to a `nix-installer.sh` script