Skip to content

更改在macOS上的图标 (#393) #489

更改在macOS上的图标 (#393)

更改在macOS上的图标 (#393) #489

Workflow file for this run

name: Crowdin Action
on:
push:
branches: [main]
jobs:
synchronize-with-crowdin:
if: contains(github.event.head_commit.message , 'i18n')
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: crowdin action
uses: crowdin/[email protected]
with:
upload_translations: true
download_translations: true
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}