Skip to content

Commit

Permalink
ci: fix: add quotes to title
Browse files Browse the repository at this point in the history
--test-connector=source-postgres
  • Loading branch information
aaronsteers committed Sep 26, 2023
1 parent 9ad5905 commit f701a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/airbyte-ci-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f701a9f

Please sign in to comment.