Fix Transifex Synchronization (#5605)

* ci: fix transifex script permissions

* ci: recursively checkout for Transifex action
This commit is contained in:
liushuyu 2020-11-18 01:09:08 -07:00 committed by GitHub
parent 1aaec7938f
commit 4efeace8ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

0
.ci/transifex/docker.sh Normal file → Executable file
View file

View file

@ -102,6 +102,8 @@ jobs:
if: ${{ github.repository == 'citra-emu/citra' && !github.head_ref }}
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Update Translation
run: ./.ci/transifex/docker.sh
env: