diff --git a/.github/workflows/update-data.yml b/.github/workflows/update-data.yml index 5de649f..6902c0a 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 [skip ci]" git push