This commit is contained in:
yulike 2022-12-01 23:13:58 -05:00
parent b0805a2fc3
commit ed89102f2b

View File

@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ["A", "B", "C"]
node: ${{fromJson(inputs.dbt_command)}}
steps:
- name: Send greeting
run: echo "Hello ${{ matrix.node }}"