Skip to content

Commit 5456dd2

Browse files
Indentation fix (#349)
1 parent 78569c9 commit 5456dd2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/version-bump.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ on:
1313
- minor
1414
- patch
1515
- client
16-
bumpClient:
17-
description: "Bump supported client?"
18-
required: true
19-
type: boolean
20-
newClientVersion:
21-
description: "Version of new client (needed to bump supported client)"
22-
required: true
23-
default: "0.0.0"
24-
type: string
16+
bumpClient:
17+
description: "Bump supported client?"
18+
required: true
19+
type: boolean
20+
newClientVersion:
21+
description: "Version of new client (needed to bump supported client)"
22+
required: true
23+
default: "0.0.0"
24+
type: string
2525

2626
permissions:
2727
contents: read

0 commit comments

Comments
 (0)