Skip to content

feat: add node maintenance #71

feat: add node maintenance

feat: add node maintenance #71

Workflow file for this run

name: Push localization strings to Crowdin
on:
push:
paths:
- 'src/locales/**'
branches:
- 'master'
jobs:
push-to-crowdin:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set branch name from source branch
run: echo "##[set-output name=branch;]${GITHUB_REF#refs/heads/}"
id: extract_branch
- name: Push
uses: crowdin/[email protected]
with:
upload_sources: true
env:
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}