Skip to content

Commit

Permalink
ci(auto-build-package): replace name co-authored
Browse files Browse the repository at this point in the history
  • Loading branch information
FajarKim committed Aug 18, 2024
1 parent ff072ff commit accc7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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] <github-actions[bot]@users.noreply.github.com>")
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/split-width/pull/${{ github.event.number }}/files)."
fi
Expand Down

0 comments on commit accc7a3

Please sign in to comment.