Merge pull request #13195 from guoyunhe/patch-10

Fix Crowdin Daily Action
This commit is contained in:
Autechre 2021-11-07 23:42:50 +01:00 committed by GitHub
commit 446ed5f5b3
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 yaml
python3 -m pip install requests PyYAML
python3 crowdin_sync.py "$CROWDIN_API_KEY"
git config user.name github-actions
git config user.email github-actions@github.com