Commit 8bb7597
roller100 (BearingNode)
Fix producer-dir path in dbt workflow validation step
The validation action constructs path as producer-dir/component/scenarios,
but we were passing producer-dir='producer/dbt' with component='dbt',
resulting in producer/dbt/dbt/scenarios (extra dbt).
Changed producer-dir to 'producer' to match other workflow patterns.
Signed-off-by: roller100 (BearingNode) <contact@bearingnode.com>1 parent 56953fb commit 8bb7597
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
0 commit comments