Skip to content

Translated using Weblate (Georgian) #1

Translated using Weblate (Georgian)

Translated using Weblate (Georgian) #1

Workflow file for this run

name: Weblate - Create PR when weblate pushes changes
on:
push:
branches:
- weblate-sync
jobs:
weblateSync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Create Pull Request
run: gh pr create --base main --head weblate-sync -t "Weblate Synchronization" --body ""
env:
GH_TOKEN: ${{ github.token }}