Input types as strings

This commit is contained in:
aboyko
2023-07-06 20:27:26 -04:00
parent a9cea6bd77
commit 1ccf29f204

View File

@@ -13,11 +13,7 @@ on:
description: Build type such as 'snapshot', 'milestone' or 'release'
required: true
default: 'snapshot'
type: choice
options:
- snapshot
- milestone
- release
type: string
jobs: