We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ded218 commit 48d5cb3Copy full SHA for 48d5cb3
.github/workflows/build-main.yml
@@ -23,6 +23,15 @@ on:
23
- gx
24
- swe
25
workflow_call:
26
+ inputs:
27
+ desktop:
28
+ description: "Desktop Environment"
29
+ required: true
30
+ type: string
31
+ edition:
32
+ description: "Edition"
33
34
35
36
env:
37
IMAGE_DESC: "Custom Fedora Atomic image with COSMIC™ desktop"
0 commit comments