File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2121 - " robust-maturin-demo"
2222 with :
2323 demo_name : ${{ matrix.demo_name }}
24+ branch : ${{ github.ref_name }}
2425
2526 merge-demo-feature :
2627 name : Merge Demo Feature
Original file line number Diff line number Diff line change 1717 - " robust-maturin-demo"
1818 with :
1919 demo_name : ${{ matrix.demo_name }}
20+ branch : ${{ github.ref_name }}
Original file line number Diff line number Diff line change 55 demo_name :
66 required : true
77 type : string
8+ branch :
9+ required : true
10+ type : string
811
912env :
1013 COOKIECUTTER_ROBUST_PYTHON__DEMOS_CACHE_FOLDER : ${{ github.workspace }}
4750
4851 - name : Update Demo
4952 working-directory : " ${{ github.workspace }}/cookiecutter-robust-python"
50- run : " uvx nox -s 'update-demo(${{ inputs.demo_name }})' -- --branch-override ${{ github.head_ref }}"
53+ run : " uvx nox -s 'update-demo(${{ inputs.demo_name }})' -- --branch-override ${{ inputs.branch }}"
You can’t perform that action at this time.
0 commit comments