Skip to content

Commit 0912048

Browse files
committed
quotes
1 parent 7796a93 commit 0912048

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/collector-builder.yml

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

7878
build-builder-image:
7979
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)