Skip to content

Commit c876c2f

Browse files
committed
Replace choice with string on workflow_call (#207)
1 parent ad5df0c commit c876c2f

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/build_single.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,11 @@ on:
2020
default: false
2121
system:
2222
description: "Package OS"
23-
type: choice
24-
options:
25-
- rpm
26-
- deb
23+
type: string
2724
default: deb
2825
architecture:
2926
description: "Package architecture"
30-
type: choice
31-
options:
32-
- amd64
33-
- x86_64
27+
type: string
3428
default: amd64
3529
workflow_dispatch:
3630
inputs:

0 commit comments

Comments
 (0)