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.
2 parents c5570f4 + 26e9a67 commit 9fc1dacCopy full SHA for 9fc1dac
.github/workflows/publish-cdk-command.yml
@@ -2,6 +2,9 @@ name: Publish CDK
2
on:
3
workflow_dispatch:
4
inputs:
5
+ dry-run:
6
+ description: ''
7
+ required: false
8
comment-id:
9
description: 'The comment-id of the slash command. Used to update the comment with the status.'
10
required: false
@@ -17,6 +20,8 @@ jobs:
17
20
comment-id: ${{ github.event.inputs.comment-id }}
18
21
body: |
19
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.dry-run }}
25
- name: Checkout Airbyte
26
uses: actions/checkout@v2
27
- name: Publish Python Package
0 commit comments