Skip to content

Translated using Weblate (Malagasy) #2

Translated using Weblate (Malagasy)

Translated using Weblate (Malagasy) #2

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 master --head weblate-sync -t "Weblate Synchronization" --body ""
env:
GH_TOKEN: ${{ github.token }}