From 630cb2853a2ccb53d802d98bb7398e9ca77b22e6 Mon Sep 17 00:00:00 2001 From: Jon Crain Date: Mon, 5 Apr 2021 16:33:48 -0400 Subject: [PATCH] Add input to readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dbe5ad5..60dd770 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ MunkiPkg action will create a build artifact in the build directory `build/*.pkg ## Inputs -| Input | type | Example/Default | Description | -| :--------------: | :------: | :---------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------: | -| munkipkg_version | `string` | `https://raw.githubusercontent.com/munki/munki-pkg/8d68abbab4c459857d28fdd84ad668ec6ccdf98a/munkipkg` | Location of munkipkg script. This will be downloaded by the action. | +| Input | type | Example/Default | Description | +| :--------------: | :-----------------: | :---------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------: | +| munkipkg_version | `string` (optional) | `https://raw.githubusercontent.com/munki/munki-pkg/8d68abbab4c459857d28fdd84ad668ec6ccdf98a/munkipkg` | Location of munkipkg script. This will be downloaded by the action. | ## Outputs