parent
2a04272aef
commit
48d5218d2b
1 changed files with 3 additions and 2 deletions
|
@ -22,7 +22,8 @@ jobs:
|
||||||
|
|
||||||
- name: "Commit changes"
|
- name: "Commit changes"
|
||||||
run: |
|
run: |
|
||||||
|
cd wiki
|
||||||
git config --global user.name 'PossPack Wiki Updater'
|
git config --global user.name 'PossPack Wiki Updater'
|
||||||
git config --global user.email 'your-username@users.noreply.github.com'
|
git config --global user.email 'root@possum.city'
|
||||||
git commit -am "Automated report"
|
git commit -am "Automated wiki update"
|
||||||
git push
|
git push
|
||||||
|
|
Loading…
Reference in a new issue