mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 16:40:05 +00:00
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 }}
|
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 New Issue
Block a user