Skip to content

Commit ee14c11

Browse files
authored
Try with minimal quotation marks in echo
1 parent 1305b24 commit ee14c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
run: |
113113
echo "::set-output name=runners::$SELF_HOSTED_RUNNERS"
114114
if echo "$SELF_HOSTED_RUNNERS" | grep -q 'arm64'; then
115-
echo '::set-output name=arm64::"[self-hosted, linux, ARM64]"'
115+
echo "::set-output name=arm64::[self-hosted, linux, ARM64]"
116116
else
117117
echo '::set-output name=arm64::"ubuntu-latest"'
118118
fi

0 commit comments

Comments
 (0)