Skip to content

Airpod Battery Monitor: VERSION_07 #25

Airpod Battery Monitor: VERSION_07

Airpod Battery Monitor: VERSION_07 #25

name: Crowdin Upload Workflow GNOME45
on:
push:
path: [ 'po/*' ]
branches: [ GNOME45 ]
jobs:
crowdin:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Crowdin push
uses: crowdin/github-action@v1
with:
upload_sources: true
upload_translations: false
download_translations: false
env:
CROWDIN_PROJECT_ID: 650126
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}