Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Benno van den Berg <[email protected]>
  • Loading branch information
keturiosakys and hatchan authored Feb 7, 2024
1 parent 0d668a5 commit 78ab330
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`).
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 78ab330

Please sign in to comment.