This commit is contained in:
Ashley Graves 2024-10-26 22:55:38 +02:00
parent fede3d4b14
commit da97f4c3e2
No known key found for this signature in database

View file

@ -38,8 +38,8 @@ jobs:
- name: Configure Git - name: Configure Git
run: | run: |
cd wiki cd wiki
git config --local user.email "action@github.com" git config --local user.email "action@noreply.git.lgbt"
git config --local user.name "GitHub Action" git config --local user.name "GitLGBT Action"
- name: Commit and push changes to wiki - name: Commit and push changes to wiki
run: | run: |