Update compile_changelogs.yml

This commit is contained in:
BongaTheProto
2022-04-07 04:07:59 -05:00
parent f1908419c8
commit 5eba9b86bf
+2 -2
View File
@@ -43,8 +43,8 @@ jobs:
- name: Commit
if: steps.value_holder.outputs.CL_ENABLED
run: |
git config --local user.email "85452301+Sandstorm-Bot@users.noreply.github.com"
git config --local user.name "Sandstorm Bot"
git config --local user.email "action@github.com"
git config --local user.name "Changelogs"
git pull origin master
git commit -m "Automatic changelog compile [ci skip]" -a || true
- name: "Push"