diff --git a/.github/workflows/run_chain_template.yml b/.github/workflows/run_chain_template.yml index b92d95f..96b74c2 100644 --- a/.github/workflows/run_chain_template.yml +++ b/.github/workflows/run_chain_template.yml @@ -7,6 +7,10 @@ on: type: string description: 'dbt commands to run' required: true + slackd_command: + type: string + description: 'slackd commands to run' + required: true env: DBT_PROFILES_DIR: ./ @@ -57,6 +61,6 @@ jobs: - name: Display structure of downloaded files run: ls -R - # - name: Run slack alert - # run: | - # python alert_call.py test \ No newline at end of file + - name: Run slack alert + run: | + ${{ inputs.slackd_command }} \ No newline at end of file