Skip to content

Commit 87bd867

Browse files
committed
sepArate
1 parent 058ce9e commit 87bd867

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/collector-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
type: string
1313
required: true
1414
description: |
15-
Space-seperated list of architectures to build
15+
Space-separated list of architectures to build
1616
1717
outputs:
1818
collector-builder-tag:

.github/workflows/collector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
type: string
2323
required: true
2424
description: |
25-
Space-seperated list of architectures to build
25+
Space-separated list of architectures to build
2626
2727
env:
2828
COLLECTOR_TAG: ${{ inputs.collector-tag }}

.github/workflows/init.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ on:
6060
value: ${{ jobs.common-variables.outputs.rebuild-qa-containers }}
6161
architectures:
6262
description: |
63-
Space-seperated list of architectures to build
63+
Space-separated list of architectures to build
6464
value: |
6565
${{ ((github.event_name != 'pull_request' ||
6666
contains(github.event.pull_request.labels.*.name, 'run-multiarch-builds')) &&

0 commit comments

Comments
 (0)