Merge pull request #11 from FlipsideCrypto/fix_revert_echo

rm echo cmd
This commit is contained in:
Jack Forgash 2023-07-24 15:58:12 -06:00 committed by GitHub
commit b2a7dadce1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,10 +60,6 @@ jobs:
pip3 install dbt-snowflake==${{ env.DBT_VERSION }} cli_passthrough requests click
dbt deps
- name: Print dbt command
run: |
echo ${{ inputs.dbt_command }}
- name: Run DBT Jobs
run: |
${{ inputs.dbt_command }}