Skip to content

Commit 4e8a173

Browse files
committed
format
1 parent c095163 commit 4e8a173

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/collector-builder.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ jobs:
7373
- name: Check arches for local build
7474
if: ${{ ! contains(inputs.architectures, 'ppc64le') }}
7575
id: arch
76-
run: |
77-
echo "local-exclude=[{arch:ppc64le}]" >> "$GITHUB_OUTPUT"
76+
run: echo "local-exclude=[{\"arch\":\"ppc64le\"}]" >> "$GITHUB_OUTPUT"
7877

7978
build-builder-image:
8079
name: Local builder image

.github/workflows/collector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Check arches for local build
4444
if: ${{ ! contains(inputs.architectures, 'ppc64le') }}
4545
id: arch
46-
run: echo "local-exclude=[{arch:ppc64le}]" >> "$GITHUB_OUTPUT"
46+
run: echo "local-exclude=[{\"arch\":\"ppc64le\"}]" >> "$GITHUB_OUTPUT"
4747

4848
build-collector-image:
4949
name: Local collector image ${{ matrix.arch }}

0 commit comments

Comments
 (0)