From d90c166d2ea9fde2200db762369f3995fa6ea545 Mon Sep 17 00:00:00 2001 From: Desmond Hui Date: Thu, 12 Jan 2023 15:12:24 -0800 Subject: [PATCH] make required --- .github/workflows/dbt_run_template.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/dbt_run_template.yml b/.github/workflows/dbt_run_template.yml index a250362..faa122d 100644 --- a/.github/workflows/dbt_run_template.yml +++ b/.github/workflows/dbt_run_template.yml @@ -10,9 +10,11 @@ on: environment: type: string description: 'github environment to get configuration values' + required: true warehouse: type: string description: 'dbt warehouse' + required: true env: DBT_PROFILES_DIR: "${{ secrets.DBT_PROFILES_DIR }}"