Fixes the changelogs being absolutely deleted only (#15586)
* Update files * extra and hidden stuff
This commit is contained in:
@@ -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. -->
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user