From a5344e7534b8cde5da0e8eb4592d088fe9be3587 Mon Sep 17 00:00:00 2001 From: crueter Date: Tue, 11 Nov 2025 23:08:09 -0500 Subject: [PATCH] fixup Signed-off-by: crueter --- .github/workflows/sources.yml | 2 +- .github/workflows/translations.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sources.yml b/.github/workflows/sources.yml index 20cb03c449..8e98419cba 100644 --- a/.github/workflows/sources.yml +++ b/.github/workflows/sources.yml @@ -5,7 +5,7 @@ on: branches: [ master ] jobs: - license-header: + sources: runs-on: source steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 58598eeaca..d67f4e3bb1 100644 --- a/.github/workflows/translations.yml +++ b/.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: |