Fix Transifex Synchronization (#5605)
* ci: fix transifex script permissions * ci: recursively checkout for Transifex action
This commit is contained in:
parent
1aaec7938f
commit
4efeace8ee
0
.ci/transifex/docker.sh
Normal file → Executable file
0
.ci/transifex/docker.sh
Normal file → Executable file
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user