Skip to content

Commit 48d5cb3

Browse files
add inputs to workflow_call
1 parent 9ded218 commit 48d5cb3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build-main.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@ on:
2323
- gx
2424
- swe
2525
workflow_call:
26+
inputs:
27+
desktop:
28+
description: "Desktop Environment"
29+
required: true
30+
type: string
31+
edition:
32+
description: "Edition"
33+
required: true
34+
type: string
2635

2736
env:
2837
IMAGE_DESC: "Custom Fedora Atomic image with COSMIC™ desktop"

0 commit comments

Comments
 (0)