We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbbce26 commit 2a5f13cCopy full SHA for 2a5f13c
.github/workflows/update-demo.yml
@@ -39,6 +39,11 @@ jobs:
39
with:
40
python-version-file: "${{ github.workspace }}/cookiecutter-robust-python/.github/workflows/.python-version"
41
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
+
47
- name: Update Demo
48
working-directory: "${{ github.workspace }}/cookiecutter-robust-python"
49
run: "uvx nox -s 'update-demo(${{ inputs.demo_name }})' -- --branch-override ${{ github.head_ref }}"
0 commit comments