From 8a201b7f066955d9560ac1566fb8069b06265c4a Mon Sep 17 00:00:00 2001 From: victor zhang Date: Thu, 8 Aug 2024 15:50:35 +0800 Subject: [PATCH] Update crowdin-export.yml --- .github/workflows/crowdin-export.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/crowdin-export.yml b/.github/workflows/crowdin-export.yml index e7ac1947..00253aee 100644 --- a/.github/workflows/crowdin-export.yml +++ b/.github/workflows/crowdin-export.yml @@ -8,6 +8,7 @@ jobs: GITHUB_LOGIN: sheepzh GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: + - uses: actions/checkout@v2 - name: Test using Node.js uses: actions/setup-node@v1 with: @@ -18,7 +19,6 @@ jobs: run: npm install - name: Export translations run: ts-node ./script/crowdin/export-translation.ts - - uses: actions/checkout@v2 - name: Commit change run: | git config --global user.name 'sheepzh'