diff --git a/README.md b/README.md index bf8b3ad..f2d9bbc 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The `sync-templates` action accepts the following inputs: - `workspace-id` (**required**) - the ID of the workspace where the Templates should be sync'ed to - `templates-directory` (optional) - directory where valid Templates `*.jsonnet` files are located, default: `.fiberplane/templates/` - `fp-version` (optional) - explicit version of the `fp` CLI that should be used in the action, default: `latest` -- `fp-base-url`(optional) - the base URL of the Fiberplane API (default `studio.fiberplane.com`) +- `fp-base-url`(optional) - the base URL of the Fiberplane API, default `studio.fiberplane.com` When run the action will: 1. Download, setup, and cache the Deno runtime and the Fiberplane CLI (`fp`). diff --git a/action.yml b/action.yml index b11b307..8a1ddc8 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ inputs: description: Base URL of the Fiberplane API default: https://studio.fiberplane.com templates-directory: - description: "Custom directory that should be monitored for Template JSONNET files (default: .fiberplane/)" + description: "Custom directory that should be monitored for Template JSONNET files (default: .fiberplane/templates/)" default: .fiberplane/templates/ fp-version: description: Version of the Fiberplane CLI to use (latest by default)