From 0ead19cae1043ceadcb0c9bdf4406922296ee085 Mon Sep 17 00:00:00 2001 From: "Aaron (\"AJ\") Steers" Date: Tue, 12 Nov 2024 08:15:33 -0800 Subject: [PATCH] ci: fix trailing double quote issue --- .github/workflows/connector-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/connector-tests.yml b/.github/workflows/connector-tests.yml index 570523323..9c2d8bc6a 100644 --- a/.github/workflows/connector-tests.yml +++ b/.github/workflows/connector-tests.yml @@ -114,4 +114,4 @@ jobs: airbyte-ci connectors \ --name ${{matrix.connector}} \ test - --global-status-check-context='Connectors Test: ${{matrix.connector}}'" + --global-status-check-context='Connectors Test: ${{matrix.connector}}'