Skip to content

Commit

Permalink
ci: git config globally
Browse files Browse the repository at this point in the history
  • Loading branch information
34j committed Oct 23, 2024
1 parent 5cf2390 commit b4fdfed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- "3.12"
os:
- ubuntu-latest
# - windows-latest
- windows-latest
- macOS-latest
runs-on: ${{ matrix.os }}
name: "Template: ${{ matrix.python-version }} - ${{ matrix.os }}"
Expand Down Expand Up @@ -72,7 +72,8 @@ jobs:
name: "Generated: ${{ matrix.script.name }} ${{ matrix.extra_options.project_name }}"
steps:
- uses: actions/checkout@v4
- uses: fregante/setup-git-user@v2
- run: git config --global user.name github-actions[bot]
- run: git config --global user.email 41898282+github-actions[bot]@users.noreply.github.com
- uses: actions/setup-python@v5
id: setup-python
with:
Expand Down

0 comments on commit b4fdfed

Please sign in to comment.