From 507fe900d018a1fadbfc9d184e2548ced39d9bd7 Mon Sep 17 00:00:00 2001 From: drethereum Date: Mon, 28 Apr 2025 09:14:31 -0600 Subject: [PATCH] make file --- makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/makefile b/makefile index 44641fe..7b79211 100644 --- a/makefile +++ b/makefile @@ -17,8 +17,7 @@ deploy_gha_workflows_table: fi ; \ done ; \ echo "Found workflows: $$WORKFLOW_VALUES" ; \ - dbt run-operation update_workflow_table --args "{\"workflow_values\": \"$$WORKFLOW_VALUES\"}" -t $(DBT_TARGET) ; \ - echo "Table github_actions.workflows updated successfully." + dbt run-operation create_workflow_table --args "{\"workflow_values\": \"$$WORKFLOW_VALUES\"}" -t $(DBT_TARGET) deploy_gha_tasks: @set -e; \