Browse Source

fixup

Signed-off-by: crueter <crueter@eden-emu.dev>
pull/3009/head
crueter 4 months ago
parent
commit
a5344e7534
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. 2
      .github/workflows/sources.yml
  2. 4
      .github/workflows/translations.yml

2
.github/workflows/sources.yml

@ -5,7 +5,7 @@ on:
branches: [ master ]
jobs:
license-header:
sources:
runs-on: source
steps:
- uses: actions/checkout@v4

4
.github/workflows/translations.yml

@ -9,7 +9,7 @@ on:
branches: [ master ]
jobs:
license-header:
tx-update:
runs-on: source
steps:
- uses: actions/checkout@v4
@ -17,7 +17,7 @@ jobs:
fetch-depth: 0
- name: Get New Translations
run: tx pull -t
run: tx-cli pull -t -f
- name: Push branch
run: |

Loading…
Cancel
Save