From e0fbd080922f2fd31990b3f11a36e64b8b57c10e Mon Sep 17 00:00:00 2001 From: Natsu Date: Sat, 15 Jun 2024 01:34:29 +0700 Subject: [PATCH] chore: Change update-submodule commit message --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 054e924..809e5d4 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -26,7 +26,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.PAT }} - name: Commit changes run: | - git commit -am "Update submodule to latest commit" + git commit -am "Update Translation Data to latest commit" git push origin main env: GITHUB_TOKEN: ${{ secrets.PAT }} \ No newline at end of file