File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
type : string
13
13
required : true
14
14
description : |
15
- Space-seperated list of architectures to build
15
+ Space-separated list of architectures to build
16
16
17
17
outputs :
18
18
collector-builder-tag :
Original file line number Diff line number Diff line change 22
22
type : string
23
23
required : true
24
24
description : |
25
- Space-seperated list of architectures to build
25
+ Space-separated list of architectures to build
26
26
27
27
env :
28
28
COLLECTOR_TAG : ${{ inputs.collector-tag }}
Original file line number Diff line number Diff line change 60
60
value : ${{ jobs.common-variables.outputs.rebuild-qa-containers }}
61
61
architectures :
62
62
description : |
63
- Space-seperated list of architectures to build
63
+ Space-separated list of architectures to build
64
64
value : |
65
65
${{ ((github.event_name != 'pull_request' ||
66
66
contains(github.event.pull_request.labels.*.name, 'run-multiarch-builds')) &&
You can’t perform that action at this time.
0 commit comments