From f701a9f66cc9901d7290dbb681b1e66185477eb9 Mon Sep 17 00:00:00 2001 From: Aaron Steers Date: Tue, 26 Sep 2023 14:48:38 -0700 Subject: [PATCH] ci: fix: add quotes to title --test-connector=source-postgres --- .github/workflows/airbyte-ci-command.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/airbyte-ci-command.yml b/.github/workflows/airbyte-ci-command.yml index 612d1052be5d..8760255a61db 100644 --- a/.github/workflows/airbyte-ci-command.yml +++ b/.github/workflows/airbyte-ci-command.yml @@ -104,7 +104,7 @@ jobs: with: repository: ${{ env.REPO }} ref: ${{ env.GITREF }} - - name: Run airbyte-ci (${{env.CONNECTOR_NAME}}: ${{env.CMD}}) + - name: "Run airbyte-ci (${{env.CONNECTOR_NAME}}: ${{env.CMD}})" id: run-airbyte-ci if: env.CONNECTOR_NAME uses: ./.github/actions/run-dagger-pipeline