From a1c8f0553e3fb5d7f55cb98f31e099ec7ecdf98e Mon Sep 17 00:00:00 2001 From: Natsu Date: Thu, 20 Mar 2025 21:07:35 +0700 Subject: [PATCH] chore: Remove Git commit/push steps from check.yml This commit removes the Git commit and push steps from the `check.yml` workflow. These steps were previously used to update the version info, but are no longer needed. The version info is now updated through a different mechanism. --- .github/workflows/check.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index ffe53362..2ad4f8a0 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -109,14 +109,6 @@ jobs: echo "VERSION=$branch.$hash.$date" >> $GITHUB_ENV echo "RELEASE_DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV - - name: Commit Changes - run: | - git pull - git commit -am "chore(update): Update Version Info" - git push origin HEAD - env: - GITHUB_TOKEN: ${{ secrets.PAT }} - - name: Create ZIP Archive run: | zip -r Gakumas-Translation-Data-EN-${{ env.VERSION }}.zip local-files version.txt