Skip to content

Commit 058ce9e

Browse files
committed
format
1 parent 7278516 commit 058ce9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/collector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
steps:
4343
- name: Check arches for local build
44-
if: ! contains(inputs.architectures, 'ppc64le')
44+
if: ${{ ! contains(inputs.architectures, 'ppc64le') }}
4545
id: arch
4646
run: echo "local-exclude=[{arch:ppc64le}]" >> "$GITHUB_OUTPUT"
4747

0 commit comments

Comments
 (0)