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 1676d54 commit acf08ceCopy full SHA for acf08ce
.github/workflows/fatimage.yml
@@ -5,8 +5,9 @@ name: Build fat image
5
inputs:
6
ci_cloud:
7
description: 'Select the CI_CLOUD'
8
- required: true
+ required: false
9
type: choice
10
+ default: ${{ vars.CI_CLOUD }}
11
options:
12
- LEAFCLOUD
13
- ARCUS
0 commit comments