mirror of
https://github.com/FlipsideCrypto/analytics-workflow-templates.git
synced 2026-02-06 11:17:52 +00:00
updated
This commit is contained in:
parent
bc199d96ac
commit
b254aa4ced
2
.github/workflows/dbt_run-adhoc.yml
vendored
2
.github/workflows/dbt_run-adhoc.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user