From dafc90097bfbb3cbf0485f7c35dd0a32a8c8f3f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 15:11:59 -0700 Subject: [PATCH] Update docs (43df52fa48ba94a3ff571324c8a0fc7122c5ae40) (#29) Co-authored-by: github-actions[bot] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 80eb006..f6959c2 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ For zip archive update, configure the "OTA Release" step as | INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | |-------------------------------------------------------------------------------------------------------------------|--------|----------|-----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------| | [artifacts_dir](#input_artifacts_dir) | string | false | | Path to the directory where
OTA update artifacts are stored | +| [backend_url](#input_backend_url) | string | false | | URL of the backend server
that runs the OTA update
service. If not provided, the
Thistle service will be used | | [base_install_path_on_device](#input_base_install_path_on_device) | string | false | | Path to base directory on
device file system where OTA
update artifacts will be installed.
Required if release_type is "file"
or "zip_archive" | | [persist_dir_on_device](#input_persist_dir_on_device) | string | true | | Path to the directory where
the device can persist data | | [project_access_token](#input_project_access_token) | string | true | | Project access token can be
obtained from the project settings
page in Thistle Control Center |