Skip to content

Commit fa80416

Browse files
committed
Removed quotes
1 parent 116eb6e commit fa80416

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
@@ -82,7 +82,7 @@ runs:
8282
invoke devenv --endpoints all
8383
fi
8484
85-
echo "REDIS_CLUSTER_URL="redis://localhost:16379" >> $GITHUB_ENV
85+
echo "REDIS_CLUSTER_URL=redis://localhost:16379" >> $GITHUB_ENV
8686
8787
sleep 10 # time to settle
8888
echo "::endgroup::"

0 commit comments

Comments
 (0)