Skip to content

Commit 9fc1dac

Browse files
authored
Merge pull request #2 from davinchia/davinchia/add-dry-run
Add dry-run variable.
2 parents c5570f4 + 26e9a67 commit 9fc1dac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish-cdk-command.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Publish CDK
22
on:
33
workflow_dispatch:
44
inputs:
5+
dry-run:
6+
description: ''
7+
required: false
58
comment-id:
69
description: 'The comment-id of the slash command. Used to update the comment with the status.'
710
required: false
@@ -17,6 +20,8 @@ jobs:
1720
comment-id: ${{ github.event.inputs.comment-id }}
1821
body: |
1922
> :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 }}
2025
- name: Checkout Airbyte
2126
uses: actions/checkout@v2
2227
- name: Publish Python Package

0 commit comments

Comments
 (0)