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 2072585 commit 0bbfdf5Copy full SHA for 0bbfdf5
.github/workflows/update-demo.yml
@@ -29,8 +29,8 @@ jobs:
29
- name: Configure Git
30
working-directory: "${{ github.workspace }}/cookiecutter-robust-python"
31
run: |
32
- git config user.name "github-actions[bot]"
33
- git config user.email "github-actions[bot]@users.noreply.github.com"
+ git config --global user.name "github-actions[bot]"
+ git config --global user.email "github-actions[bot]@users.noreply.github.com"
34
35
- name: Checkout Demo
36
uses: actions/checkout@v4
0 commit comments