mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-10-27 02:04: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
|
||||
run: |
|
||||
cd ./wiki-dir
|
||||
git config --local user.email "action@github.com"
|
||||
git config --local user.name "GitHub Action"
|
||||
git add .
|
||||
git commit -m "automatic wiki update from github actions"
|
||||
git push
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user