Skip to content

Commit b4944eb

Browse files
committed
Add git credentials to ci.yml
See squidfunk/mkdocs-material#6335
1 parent ed1bacf commit b4944eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
- uses: actions/checkout@v3
1616
with:
1717
fetch-depth: 0
18+
- name: Configure Git Credentials
19+
run: |
20+
git config user.name github-actions[bot]
21+
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
1822
- uses: actions/setup-python@v4
1923
with:
2024
python-version: 3.x

0 commit comments

Comments
 (0)