ci/cd - update git user/mail for push doc wf

This commit is contained in:
florian 2023-05-02 11:25:47 +02:00
parent a47d7df401
commit aa2ada0a00
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@ jobs:
steps:
- name: Checkout source code
uses: actions/checkout@v3
- name: Setup git user
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
- uses: actions/setup-python@v4
with:
python-version: '3.10'