mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-26 19:44:16 +01:00
Removal of transifex.yml
This commit is contained in:
parent
a2af4e3e9b
commit
48d64b81e7
21
.github/workflows/transifex.yml
vendored
21
.github/workflows/transifex.yml
vendored
@ -1,21 +0,0 @@
|
|||||||
name: lime-transifex
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [ master ]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
transifex:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
container: polarzincomfrio/lime-build-environments:linux-fresh
|
|
||||||
if: ${{ github.repository == 'RyzenDew/Lime-3DS-Emulator' }}
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
submodules: recursive
|
|
||||||
fetch-depth: 0
|
|
||||||
- name: Update Translation
|
|
||||||
run: ./.ci/transifex.sh
|
|
||||||
env:
|
|
||||||
TX_TOKEN: ${{ secrets.TRANSIFEX_API_TOKEN }}
|
|
||||||
# This will never build until there's a Transifex API TOKEN available
|
|
Loading…
Reference in New Issue
Block a user