Skip to content

Commit 30c3037

Browse files
committed
Setup Git in Github Actions
1 parent e6818c0 commit 30c3037

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
with:
2626
python-version: "3.13"
2727

28+
- name: Setup Git
29+
run: |
30+
git config --global user.name "GitHub Actions"
31+
git config --global user.email "actions@github.com"
32+
2833
- name: Install dependencies
2934
run: |
3035
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)