diff --git a/scripts/push-theme-readme.sh b/scripts/push-theme-readme.sh index 048a00b..d3a33ac 100644 --- a/scripts/push-theme-readme.sh +++ b/scripts/push-theme-readme.sh @@ -3,8 +3,8 @@ set -x set -e git --version -git config --global user.email "github-actions[bot]@users.noreply.github.com" -git config --global user.name "GitHub Actions" +git config --global user.email "86386385+FajarKim@users.noreply.github.com" +git config --global user.name "Rangga Fajar Oktariansyah" git config --global --add safe.directory ${GITHUB_WORKSPACE} git add --all git commit --no-verify --message "docs(theme): auto update theme readme"