Skip to content

Commit

Permalink
Update compile_changelogs.yml
Browse files Browse the repository at this point in the history
this until I can setup the bot for this repo
  • Loading branch information
MosleyTheMalO committed Oct 27, 2024
1 parent 0b01e1b commit 3731f16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile_changelogs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
- name: Commit
if: steps.value_holder.outputs.ACTIONS_ENABLED
run: |
git config --local user.name "Bubberbot"
git config --local user.email "[email protected].github.com"
git config --local user.name "Changelogs"
git config --local user.email "actions@github.com"
git pull origin master
git add html/changelogs
git commit -m "Bubberstation automatic changelog compile [ci skip]" -a || true
Expand Down

0 comments on commit 3731f16

Please sign in to comment.