mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-10-27 10:14:14 +00:00
github actions as git user
This commit is contained in:
parent
6922b02acc
commit
644ef12886
@ -29,6 +29,8 @@ jobs:
|
|||||||
- name: Push Changes to Wiki
|
- name: Push Changes to Wiki
|
||||||
run: |
|
run: |
|
||||||
cd ./wiki-dir
|
cd ./wiki-dir
|
||||||
|
git config --local user.email "action@github.com"
|
||||||
|
git config --local user.name "GitHub Action"
|
||||||
git add .
|
git add .
|
||||||
git commit -m "automatic wiki update from github actions"
|
git commit -m "automatic wiki update from github actions"
|
||||||
git push
|
git push
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user