Skip to content

Commit 94ea990

Browse files
authored
Update ci.yml
1 parent fabf323 commit 94ea990

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14+
- name: Configure Git Credentials
15+
run: |
16+
git config user.name github-actions[bot]
17+
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
1418
- uses: actions/setup-python@v5
1519
with:
1620
python-version: 3.x

0 commit comments

Comments
 (0)