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 116eb6e commit fa80416Copy full SHA for fa80416
.github/actions/run-tests/action.yml
@@ -82,7 +82,7 @@ runs:
82
invoke devenv --endpoints all
83
fi
84
85
- echo "REDIS_CLUSTER_URL="redis://localhost:16379" >> $GITHUB_ENV
+ echo "REDIS_CLUSTER_URL=redis://localhost:16379" >> $GITHUB_ENV
86
87
sleep 10 # time to settle
88
echo "::endgroup::"
0 commit comments