diff --git a/.github/workflows/auto-build-package.yml b/.github/workflows/auto-build-package.yml index 2d77dd3..a2cc7e3 100644 --- a/.github/workflows/auto-build-package.yml +++ b/.github/workflows/auto-build-package.yml @@ -61,7 +61,7 @@ jobs: run: | branch="auto_build_and_bump" message="build(deps): bump all dependencies and devDependencies version" - body=$(printf "## Changes File\n\n\`\`\`diff\n$(git diff)\n\`\`\`\n\n> Co-authored-by: github-actions[bot] ") + body=$(printf "## Changes File\n\n\`\`\`diff\n$(git diff)\n\`\`\`\n\n> Co-authored-by: Barudak Rosul Bot <178687547+barudakrosul-bot@users.noreply.github.com>") if (( ${#body} >= 65000 )); then body="⚠️ The text diff is too longer, [view changes](https://github.com/BarudakRosul/translate/pull/${{ github.event.number }}/files)." fi