From 09d659968c873eae7fc3c5ddaa1e91241fa9d0a8 Mon Sep 17 00:00:00 2001 From: yeongkwang Date: Tue, 1 Mar 2022 06:27:06 +0900 Subject: [PATCH] fix small typo (#540) --- .github/workflows/i18n.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/i18n.yml b/.github/workflows/i18n.yml index 02bcb6c6d..376807f54 100644 --- a/.github/workflows/i18n.yml +++ b/.github/workflows/i18n.yml @@ -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"