mirror of
https://github.com/FlipsideCrypto/analytics-workflow-templates.git
synced 2026-02-06 11:17:52 +00:00
added doc generation script
This commit is contained in:
parent
266c758f00
commit
0c24b82322
10
.github/workflows/run_chain_template.yml
vendored
10
.github/workflows/run_chain_template.yml
vendored
@ -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
|
||||
- name: Run slack alert
|
||||
run: |
|
||||
${{ inputs.slackd_command }}
|
||||
Loading…
Reference in New Issue
Block a user