We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee14c11 commit ba70082Copy full SHA for ba70082
.github/workflows/integration-tests.yml
@@ -112,7 +112,7 @@ jobs:
112
run: |
113
echo "::set-output name=runners::$SELF_HOSTED_RUNNERS"
114
if echo "$SELF_HOSTED_RUNNERS" | grep -q 'arm64'; then
115
- echo "::set-output name=arm64::[self-hosted, linux, ARM64]"
+ echo "::set-output name=arm64::['self-hosted', 'linux', 'ARM64']"
116
else
117
echo '::set-output name=arm64::"ubuntu-latest"'
118
fi
0 commit comments