8000 Fix types (#228) · elastic/ecs-logging-java@c9ecc4f · GitHub
[go: up one dir, main page]

Skip to content

Commit c9ecc4f

Browse files
authored
Fix types (#228)
1 parent 39fab3f commit c9ecc4f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/pre-post-release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,16 @@ on:
66
inputs:
77
ref:
88
description: 'Branch or tag ref to run the workflow on'
9+
type: string
910
required: true
1011
default: 'main'
1112
version:
1213
description: 'The version to release (e.g. 1.2.3). This workflow will automatically perform the required version bumps'
14+
type: string
1315
required: true
1416
phase:
1517
description: 'Pre or post release phase'
16-
type: choice
17-
options:
18-
- pre
19-
- post
18+
type: string #valid values are 'pre' or 'post'
2019
required: true
2120

2221
env:

0 commit comments

Comments
 (0)
0