File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1717
1818 strategy :
1919 matrix :
20- demo :
21- - { name: "robust-python-demo", session_modifier: "no-rust" }
22- - { name: "robust-maturin-demo", session_modifier: "rust" }
20+ demo_name :
21+ - " robust-python-demo"
22+ - " robust-maturin-demo"
2323 steps :
2424 - name : Checkout Template
2525 uses : actions/checkout@v4
3030 - name : Checkout Demo
3131 uses : actions/checkout@v4
3232 with :
33- repository : " ${{ github.repository_owner }}/${{ matrix.demo.name }}"
34- path : ${{ matrix.demo.name }}
33+ repository : " ${{ github.repository_owner }}/${{ matrix.demo_name }}"
34+ path : ${{ matrix.demo_name }}
3535 ref : develop
3636
3737 - name : Set up uv
4444
4545 - name : Update Demo
4646 working-directory : " ${{ github.workspace }}/cookiecutter-robust-python"
47- run : " uvx nox -s 'update-demo(${{ matrix.demo.session_modifier }})' -- --branch-override ${{ github.head_ref }}"
47+ run : " uvx nox -s 'update-demo(${{ matrix.demo_name }})' -- --branch-override ${{ github.head_ref }}"
You can’t perform that action at this time.
0 commit comments