We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fcca7d commit 26e9a67Copy full SHA for 26e9a67
.github/workflows/publish-cdk-command.yml
@@ -21,7 +21,7 @@ jobs:
21
body: |
22
> :clock2: ${{github.event.inputs.connector}} https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
23
- name: Echo
24
- run: echo ${{ github.event.inputs.connector }}
+ run: echo ${{ github.event.inputs.dry-run }}
25
- name: Checkout Airbyte
26
uses: actions/checkout@v2
27
- name: Publish Python Package
0 commit comments