Skip to content

Commit

Permalink
Update crowdin-export.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepzh authored Aug 8, 2024
1 parent 88ac3f6 commit 8a201b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/crowdin-export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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'
Expand Down

0 comments on commit 8a201b7

Please sign in to comment.