Update crowdin-daily.yml

This commit is contained in:
Guo Yunhe 2021-11-06 14:11:30 +08:00 committed by GitHub
parent 08be8156c3
commit 376dd7c1c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ jobs:
CROWDIN_API_KEY: ${{ secrets.CROWDIN_API_KEY }}
run: |
cd intl
python3 -m pip install requests
python3 -m pip install requests yaml
python3 crowdin_sync.py "$CROWDIN_API_KEY"
git config user.name github-actions
git config user.email github-actions@github.com