From 97461410fbe310ea6956aa1542a13f9c933702df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=E1=B4=87C=E1=B4=8F=E1=B4=85=E1=B4=87s2=E1=B4=8D=E1=B4=9C?= =?UTF-8?q?=E1=B4=84=CA=9C?= Date: Sat, 24 Aug 2024 14:11:59 +0100 Subject: [PATCH] Update changelog.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: HᴇCᴏᴅᴇs2ᴍᴜᴄʜ --- .github/workflows/changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 491d120..f35325b 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -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 }}