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 cdb3369 commit 9ed8fb7Copy full SHA for 9ed8fb7
.github/workflows/test.yml
@@ -60,10 +60,11 @@ jobs:
60
61
- name: Set Redis image name
62
run: |
63
- if [[ ${{ matrix.redis-stack-version }} == '8.0-M03']]; then
+ if [[ "${{ matrix.redis-stack-version }}" == "8.0-M03" ]]; then
64
echo "REDIS_IMAGE=redis:${{ matrix.redis-stack-version }}" >> $GITHUB_ENV
65
else
66
echo "REDIS_IMAGE=redis/redis-stack-server:${{ matrix.redis-stack-version }}" >> $GITHUB_ENV
67
+ fi
68
69
- name: Authenticate to Google Cloud
70
uses: google-github-actions/auth@v1
0 commit comments