File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 2323 repository : ${{ github.repository }}
2424 path : " ${{ github.workspace }}/cookiecutter-robust-python"
2525
26+ - name : Configure Git
27+ working-directory : " ${{ github.workspace }}/cookiecutter-robust-python"
28+ run : |
29+ git config user.name "github-actions[bot]"
30+ git config user.email "github-actions[bot]@users.noreply.github.com"
31+
2632 - name : Checkout Demo
2733 uses : actions/checkout@v4
2834 with :
3945 with :
4046 python-version-file : " ${{ github.workspace }}/cookiecutter-robust-python/.github/workflows/.python-version"
4147
42- - name : Configure Git
43- run : |
44- git config user.name "github-actions[bot]"
45- git config user.email "github-actions[bot]@users.noreply.github.com"
46-
4748 - name : Update Demo
4849 working-directory : " ${{ github.workspace }}/cookiecutter-robust-python"
4950 run : " uvx nox -s 'update-demo(${{ inputs.demo_name }})' -- --branch-override ${{ github.head_ref }}"
You can’t perform that action at this time.
0 commit comments