Skip to content

Commit

Permalink
fix small typo (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
2ykwang committed Feb 28, 2022
1 parent fdc7923 commit 09d6599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
branch: i18n-auto-update
title: "[i18n] Update"
body: "Updated locale files on master branch"
commit_message: "Update locale files"
commit-message: "Update locale files"
add-paths: rest_framework_simplejwt/locale/**

- name: Tell whether locale updated
run: echo "Locale updated at ${steps.auto-commit-aciton.outputs.pull-request-url}"
run: echo "Locale files updated"

0 comments on commit 09d6599

Please sign in to comment.