From 98d26ce9414518aadfa2f7e1986e1f42f3f8600b Mon Sep 17 00:00:00 2001 From: Yuzu Date: Mon, 17 Feb 2025 19:13:49 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20ci:=20auto=20build=20csv?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/update-data.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-data.yml b/.github/workflows/update-data.yml index 6902c0a..6b10768 100644 --- a/.github/workflows/update-data.yml +++ b/.github/workflows/update-data.yml @@ -61,5 +61,5 @@ jobs: git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --global user.name "github-actions[bot]" git add data/data.csv - git commit -m "🔧 chore: update translation data [skip ci]" + git commit -m "🔧 chore: update translation data" git push