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 8a201b7 commit 3c9a472
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/crowdin-export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ jobs:
runs-on: ubuntu-latest
env:
TIMER_CROWDIN_AUTH: ${{ secrets.TIMER_CROWDIN_AUTH }}
GITHUB_LOGIN: sheepzh
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{secrets.GITHUB_TOKEN}}
- name: Test using Node.js
uses: actions/setup-node@v1
with:
Expand All @@ -21,9 +23,9 @@ jobs:
run: ts-node ./script/crowdin/export-translation.ts
- name: Commit change
run: |
git config --global user.name 'sheepzh'
git config --global user.email '[email protected]'
git add .
git commit -m "Export translations by Github Action"
git config --global user.name 'sheepzh'
git config --global user.email '[email protected]'
git add .
git commit -m "Export translations by Github Action"
- name: Push change
run: git push

0 comments on commit 3c9a472

Please sign in to comment.