Skip to content

Commit b85e69d

Browse files
committed
Fix run-tests
1 parent da974b2 commit b85e69d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/run-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ runs:
4242
pip install -r dev_requirements.txt
4343
if [ "${{inputs.parser-backend}}" == "hiredis" ]; then
4444
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
45+
echo "PARSER_BACKEND=$(echo "${{inputs.parser-backend}}_${{inputs.hiredis-version}}" | sed 's/[^a-zA-Z0-9]/_/g')" >> $GITHUB_ENV
4646
else
4747
echo "PARSER_BACKEND=${{inputs.parser-backend}}" >> $GITHUB_ENV
4848
fi

0 commit comments

Comments
 (0)