mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
Merge pull request #13195 from guoyunhe/patch-10
Fix Crowdin Daily Action
This commit is contained in:
commit
446ed5f5b3
2
.github/workflows/crowdin-daily.yml
vendored
2
.github/workflows/crowdin-daily.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user