ci: Fix custom database name test.

Caught by actionlint.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2022-08-30 17:01:32 -07:00
committed by Tim Abbott
parent 6e2f1dc0a7
commit a8d72115eb

View File

@@ -116,7 +116,7 @@ jobs:
strategy:
fail-fast: false
matrix:
extra_args: [""]
extra-args: [""]
include:
# Docker images are built from 'tools/ci/Dockerfile'; the comments at
# the top explain how to build and upload these images.
@@ -131,7 +131,7 @@ jobs:
- docker_image: zulip/ci:bullseye
name: Debian 11 production install with custom db name and user
os: bullseye
extra_args: --test-custom-db
extra-args: --test-custom-db
name: ${{ matrix.name }}
container: