Skip to content

Commit

Permalink
CI: Configure Git Credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyShorokhov committed Jan 19, 2024
1 parent 2d07f97 commit 7bd8900
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Configure Git Credentials
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- uses: actions/setup-python@v4
with:
python-version: 3.x
Expand Down

0 comments on commit 7bd8900

Please sign in to comment.