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 da974b2 commit b85e69dCopy full SHA for b85e69d
.github/actions/run-tests/action.yml
@@ -42,7 +42,7 @@ runs:
42
pip install -r dev_requirements.txt
43
if [ "${{inputs.parser-backend}}" == "hiredis" ]; then
44
pip install hiredis${{inputs.hiredis-version}}
45
- echo "PARSER_BACKEND=$(echo "${{inputs.parser-backend}}_${{inputs.hiredis-version}}" | sed 's/[^a-zA-Z0-9]/_/g') >> $GITHUB_ENV
+ echo "PARSER_BACKEND=$(echo "${{inputs.parser-backend}}_${{inputs.hiredis-version}}" | sed 's/[^a-zA-Z0-9]/_/g')" >> $GITHUB_ENV
46
else
47
echo "PARSER_BACKEND=${{inputs.parser-backend}}" >> $GITHUB_ENV
48
fi
0 commit comments