From 3e8995e95239d9e1779960403c890dd61245383f Mon Sep 17 00:00:00 2001 From: drethereum Date: Thu, 3 Apr 2025 14:06:33 -0600 Subject: [PATCH] project name --- .github/workflows/dbt_run_scheduled_temp_test_1.yml | 2 +- .github/workflows/dbt_run_scheduled_temp_test_2.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dbt_run_scheduled_temp_test_1.yml b/.github/workflows/dbt_run_scheduled_temp_test_1.yml index 1166d0e..c1dcdc4 100644 --- a/.github/workflows/dbt_run_scheduled_temp_test_1.yml +++ b/.github/workflows/dbt_run_scheduled_temp_test_1.yml @@ -16,5 +16,5 @@ jobs: environment: workflow_temp_test command_name: Run Bronze Models command: | - dbt run -m "fsc_evm,tag:bronze_core" + dbt run -m "$PROJECT_NAME,tag:bronze_core" secrets: inherit \ No newline at end of file diff --git a/.github/workflows/dbt_run_scheduled_temp_test_2.yml b/.github/workflows/dbt_run_scheduled_temp_test_2.yml index eff0055..541ce92 100644 --- a/.github/workflows/dbt_run_scheduled_temp_test_2.yml +++ b/.github/workflows/dbt_run_scheduled_temp_test_2.yml @@ -16,8 +16,8 @@ jobs: environment: workflow_temp_test command_name: Run Bronze Models command: | - dbt run -m "fsc_evm,tag:bronze_core" + dbt run -m "$PROJECT_NAME,tag:bronze_core" command_name_2: Run Bronze Models 2 command_2: | - dbt run -m "fsc_evm,tag:bronze_core" + dbt run -m "$PROJECT_NAME,tag:bronze_core" secrets: inherit \ No newline at end of file