Skip to content

chore: Updated translations from Crowdin (#1046) #90

chore: Updated translations from Crowdin (#1046)

chore: Updated translations from Crowdin (#1046) #90

Workflow file for this run

name: Sync branch
on:
push:
branches:
- main
jobs:
sync-branch:
name: Update dev branch
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@master
- uses: connor-baer/action-sync-branch@main
with:
branch: dev
token: ${{ secrets.GH_ACT_PAT }}
force: false