Skip to content

Commit

Permalink
Merge pull request #2 from davinchia/davinchia/add-dry-run
Browse files Browse the repository at this point in the history
Add dry-run variable.
  • Loading branch information
davinchia authored Apr 30, 2021
2 parents c5570f4 + 26e9a67 commit 9fc1dac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-cdk-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Publish CDK
on:
workflow_dispatch:
inputs:
dry-run:
description: ''
required: false
comment-id:
description: 'The comment-id of the slash command. Used to update the comment with the status.'
required: false
Expand All @@ -17,6 +20,8 @@ jobs:
comment-id: ${{ github.event.inputs.comment-id }}
body: |
> :clock2: ${{github.event.inputs.connector}} https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
- name: Echo
run: echo ${{ github.event.inputs.dry-run }}
- name: Checkout Airbyte
uses: actions/checkout@v2
- name: Publish Python Package
Expand Down

0 comments on commit 9fc1dac

Please sign in to comment.