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: |