Fixes the changelogs being absolutely deleted only (#15586)

* Update files

* extra and hidden stuff
This commit is contained in:
SandPoot
2022-04-07 17:36:41 -03:00
committed by GitHub
parent 03385972d7
commit 9c3073168c
7 changed files with 31 additions and 15 deletions
+5
View File
@@ -27,6 +27,11 @@ refactor: refactored some code
config: changed some config setting
admin: messed with admin stuff
server: something server ops should know
wip: still being worked on
experiment: experimental
tgs: has something to do with tgs
expansion: expands on something
qol: quality of life content
/:cl:
<!-- Both :cl:'s are required for the changelog to work! You can put your name to the right of the first :cl: if you want to overwrite your GitHub username as author ingame. -->
+1
View File
@@ -43,6 +43,7 @@ jobs:
git config --local user.email "action@github.com"
git config --local user.name "Changelogs"
git pull origin master
git add html/changelogs
git commit -m "Automatic changelog compile [ci skip]" -a || true
- name: "Push"
if: steps.value_holder.outputs.CL_ENABLED