From 034520a99b1a124b70de8beac5c968d48e614650 Mon Sep 17 00:00:00 2001 From: "Giau. Tran Minh" Date: Mon, 13 Jan 2025 12:50:08 +0700 Subject: [PATCH] chore: fixed multi-lines string --- monitor/schema/action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/monitor/schema/action.yml b/monitor/schema/action.yml index dee21728..720ee681 100644 --- a/monitor/schema/action.yml +++ b/monitor/schema/action.yml @@ -15,8 +15,7 @@ inputs: For example, `file://config/atlas.hcl`, learn more about [Atlas configuration files](https://atlasgo.io/atlas-schema/projects).' required: false env: - description: 'The environment to use from the Atlas configuration file. For example, `dev` - (mutually exclusive with `url`).' + description: 'The environment to use from the Atlas configuration file. For example, `dev` (mutually exclusive with `url`).' required: false slug: description: 'Optional unique identifier for the database server.'