summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorKyle Kienapfel <Docteh@users.noreply.github.com>2022-10-17 07:13:19 +0200
committerKyle Kienapfel <Docteh@users.noreply.github.com>2022-10-17 08:37:25 +0200
commitc70e1d0247508d933fb0a66ab44711af96da766b (patch)
tree184e63f3d5e5180b98d82702703978480a9e9a6d /.github
parentMerge pull request #9058 from Docteh/new_transifex_cli (diff)
downloadyuzu-c70e1d0247508d933fb0a66ab44711af96da766b.tar
yuzu-c70e1d0247508d933fb0a66ab44711af96da766b.tar.gz
yuzu-c70e1d0247508d933fb0a66ab44711af96da766b.tar.bz2
yuzu-c70e1d0247508d933fb0a66ab44711af96da766b.tar.lz
yuzu-c70e1d0247508d933fb0a66ab44711af96da766b.tar.xz
yuzu-c70e1d0247508d933fb0a66ab44711af96da766b.tar.zst
yuzu-c70e1d0247508d933fb0a66ab44711af96da766b.zip
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index aa5824824..25ef1f078 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -19,11 +19,11 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive
- fetch-depth: 0
+ fetch-depth: 0
- name: Update Translation
run: ./.ci/scripts/transifex/docker.sh
env:
- TRANSIFEX_API_TOKEN: ${{ secrets.TRANSIFEX_API_TOKEN }}
+ TX_TOKEN: ${{ secrets.TRANSIFEX_API_TOKEN }}
reuse:
runs-on: ubuntu-latest