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
+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