From b254aa4cede402020e365fd77a931b293d840620 Mon Sep 17 00:00:00 2001 From: yulike Date: Thu, 1 Dec 2022 14:45:29 -0500 Subject: [PATCH] updated --- .github/workflows/dbt_run-adhoc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dbt_run-adhoc.yml b/.github/workflows/dbt_run-adhoc.yml index 9de4298..63104cc 100644 --- a/.github/workflows/dbt_run-adhoc.yml +++ b/.github/workflows/dbt_run-adhoc.yml @@ -19,7 +19,7 @@ jobs: # The type of runner that the job will run on strategy: matrix: - msg: ["A", "B", "C"] + msg: ${{fromJson(inputs.dbt_command)}} runs-on: ubuntu-latest # Steps represent a sequence of tasks that will be executed as part of the job