From 8ae0cc536964b83e7781ee00830fef4a80704f5b Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Sat, 18 Mar 2023 17:58:37 -0700 Subject: [PATCH] chore: remove an translation action --- .github/workflows/translation.yml | 34 ------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 .github/workflows/translation.yml diff --git a/.github/workflows/translation.yml b/.github/workflows/translation.yml deleted file mode 100644 index 3ce345445..000000000 --- a/.github/workflows/translation.yml +++ /dev/null @@ -1,34 +0,0 @@ -name: Weekly Sync Translations job - -on: - workflow_dispatch: - schedule: - - cron: 0 0 * * 0 - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - name: Use Node.js 12.x - uses: actions/setup-node@v1 - with: - node-version: 12.x - - run: npm ci - name: Install dependencies - - run: npm run crowdin-sync - name: Crowdin Sync - env: - CROWDIN_PROJECT_ID: appium-desktop - CROWDIN_PROJECT_KEY: ${{ secrets.CROWDIN_PROJECT_KEY }} - - - name: Create Pull Request - uses: peter-evans/create-pull-request@v3.10.0 - with: - token: ${{ github.token }} - commit-message: 'chore: Update translations' - title: 'chore: Update translations' - branch: crowdin-sync-${{ github.run_id }} - body: 'Update Crowdin Translations: https://crowdin.com/project/appium-desktop'