From a8d72115eb69fd1c9f123cda974f9e864b6d6847 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Tue, 30 Aug 2022 17:01:32 -0700 Subject: [PATCH] ci: Fix custom database name test. Caught by actionlint. Signed-off-by: Anders Kaseorg --- .github/workflows/production-suite.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/production-suite.yml b/.github/workflows/production-suite.yml index 0358ac04f1..c657d7f20e 100644 --- a/.github/workflows/production-suite.yml +++ b/.github/workflows/production-suite.yml @@ -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: