mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-06 07:15:31 -04:00
github actions as git user
This commit is contained in:
parent
6922b02acc
commit
644ef12886
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue