From 7aa9ceed0e9e59e94454055d8729518cc38a4c8e Mon Sep 17 00:00:00 2001 From: Aaron Steers Date: Tue, 26 Sep 2023 14:35:08 -0700 Subject: [PATCH] ci: show connector name in step title --- .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 1403d9d93b34..6d206f3dd6ab 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 test + - name: Run airbyte-ci (${{env.CONNECTOR_NAME}}: ${{env.CMD}}) id: run-airbyte-ci if: env.CONNECTOR_NAME uses: ./.github/actions/run-dagger-pipeline