Skip to content

Commit

Permalink
Update compile_changelogs.yml
Browse files Browse the repository at this point in the history
bypass branch protection
  • Loading branch information
MosleyTheMalO authored Feb 15, 2024
1 parent 8c6b9dd commit 39a3921
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 @@ -43,8 +43,8 @@ jobs:
- name: Commit
if: steps.value_holder.outputs.CL_ENABLED
run: |
git config --local user.email "action@github.com"
git config --local user.name "Changelogs"
git config --local user.email "[email protected].github.com"
git config --local user.name "SPLURT Bot"
git pull origin master
git add html/changelogs
git commit -m "Automatic changelog compile [ci skip]" -a || true
Expand Down

0 comments on commit 39a3921

Please sign in to comment.