Skip to content

Commit 9ed8fb7

Browse files
fix actions step
1 parent cdb3369 commit 9ed8fb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,11 @@ jobs:
6060
6161
- name: Set Redis image name
6262
run: |
63-
if [[ ${{ matrix.redis-stack-version }} == '8.0-M03']]; then
63+
if [[ "${{ matrix.redis-stack-version }}" == "8.0-M03" ]]; then
6464
echo "REDIS_IMAGE=redis:${{ matrix.redis-stack-version }}" >> $GITHUB_ENV
6565
else
6666
echo "REDIS_IMAGE=redis/redis-stack-server:${{ matrix.redis-stack-version }}" >> $GITHUB_ENV
67+
fi
6768
6869
- name: Authenticate to Google Cloud
6970
uses: google-github-actions/auth@v1

0 commit comments

Comments
 (0)