Skip to content

Commit e6e2cee

Browse files
authored
[semver:patch] Chore description indent (#3)
1 parent e0de1e7 commit e6e2cee

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/commands/event-register.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ parameters:
44
attach-workspace:
55
type: boolean
66
default: false
7-
description: Boolean for whether or not to attach to an existing workspace. Default is false.
7+
description: >
8+
Boolean for whether or not to attach to an existing workspace. Default is false.
89
910
workspace-root:
1011
type: string
1112
default: .
12-
description: Workspace root path that is either an absolute path or a path relative to the working directory. Defaults to '.' (the working directory).
13+
description: >
14+
Workspace root path that is either an absolute path or a path relative to the working directory. Defaults to '.' (the working directory).
1315
1416
api-address:
1517
type: env_var_name

0 commit comments

Comments
 (0)