Fix Transifex Synchronization (#5605)
* ci: fix transifex script permissions * ci: recursively checkout for Transifex action
This commit is contained in:
parent
1aaec7938f
commit
4efeace8ee
2 changed files with 2 additions and 0 deletions
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 }}
|
if: ${{ github.repository == 'citra-emu/citra' && !github.head_ref }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
submodules: recursive
|
||||||
- name: Update Translation
|
- name: Update Translation
|
||||||
run: ./.ci/transifex/docker.sh
|
run: ./.ci/transifex/docker.sh
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue