Browse Source
fixup
Signed-off-by: crueter <crueter@eden-emu.dev>
pull/3009/head
crueter
4 months ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
2 changed files with
3 additions and
3 deletions
-
.github/workflows/sources.yml
-
.github/workflows/translations.yml
|
|
|
@ -5,7 +5,7 @@ on: |
|
|
|
branches: [ master ] |
|
|
|
|
|
|
|
jobs: |
|
|
|
license-header: |
|
|
|
sources: |
|
|
|
runs-on: source |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
|
|
|
|
@ -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: | |
|
|
|
|