Update changelog.yml

Signed-off-by: HᴇCᴏᴅᴇs2ᴍᴜᴄʜ <wayne6324@gmail.com>
This commit is contained in:
HᴇCᴏᴅᴇs2ᴍᴜᴄʜ
2024-08-24 14:11:59 +01:00
committed by GitHub
parent 2877a36b7a
commit 97461410fb

View File

@@ -38,7 +38,7 @@ jobs:
run: |
if [[ `git status --porcelain` ]]; then
COMMIT_AUTHOR=$(git log -1 --pretty=%an)
if [[ "$COMMIT_AUTHOR" != "HeCodes2Much-Bot" ]]; then
if [[ "$COMMIT_AUTHOR" != "Gitbot-Actions" ]]; then
git config --global user.name ${{ secrets.GIT_NAME }}
git config --global user.email ${{ secrets.GIT_EMAIL }}