Skip to content

Commit 1305b24

Browse files
mpilgremjsoref
authored andcommitted
Remove quotation marks from configuration.outputs.arm64
1 parent 5c9db84 commit 1305b24

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)