Skip to content

Fix updates dialog resetting selection if an update check happens whi… #40

Fix updates dialog resetting selection if an update check happens whi…

Fix updates dialog resetting selection if an update check happens whi… #40

Workflow file for this run

name: Update translations
on:
push:
branches:
- master
jobs:
update-translations:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
with:
backend: false
- name: Install dependencies
working-directory: frontend
run: pnpm install
- name: Update translation keys
working-directory: frontend
run: |
pnpm translations:compare -ak ${{ secrets.TOLGEE_KEY }}
pnpm translations:sync -ak ${{ secrets.TOLGEE_KEY }}