Skip to content

Commit

Permalink
ci(generate-locale-readme): fixed message commit
Browse files Browse the repository at this point in the history
  • Loading branch information
FajarKim committed Dec 10, 2023
1 parent ecb3bfd commit e00e8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-locale-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Push commit to a new branch and create prs
run: |
branch="auto_update_locale_readme"
message="docs(translation): auto update translation readme"
message="docs(i18n): auto update translation readme"
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>")
if [[ "$(git status --porcelain)" != "" ]]; then
git branch -D ${branch} || true
Expand Down

0 comments on commit e00e8d4

Please sign in to comment.