This commit is contained in:
yulike 2022-12-01 14:45:29 -05:00
parent bc199d96ac
commit b254aa4ced

View File

@ -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