diff --git a/.github/workflows/dbt_run_heal_models.yml b/.github/workflows/dbt_run_heal_models.yml index 8b32c30..e84166f 100644 --- a/.github/workflows/dbt_run_heal_models.yml +++ b/.github/workflows/dbt_run_heal_models.yml @@ -42,4 +42,4 @@ jobs: dbt deps - name: Run DBT Jobs run: | - dbt run -m "bsc_models,tag:heal" --var '{"HEAL_MODEL":True}' \ No newline at end of file + dbt run -m "bsc_models,tag:heal" --vars '{"HEAL_MODEL":True}' \ No newline at end of file