From ce987198e1cdc11bd02d54732f0689193124f614 Mon Sep 17 00:00:00 2001 From: link Date: Wed, 24 Aug 2022 14:47:06 +0800 Subject: [PATCH] Delete i18n.yml --- .github/workflows/i18n.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 .github/workflows/i18n.yml diff --git a/.github/workflows/i18n.yml b/.github/workflows/i18n.yml deleted file mode 100644 index 5d4eb28..0000000 --- a/.github/workflows/i18n.yml +++ /dev/null @@ -1,31 +0,0 @@ -name: update i18n repo - -on: - push: - branches: - - main - pull_request: - branches: - - main - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Write content to en_us.json - run: | - git clone https://github.com/IceWhaleTech/CasaOS-i18n.git - chmod +x ./help/action.sh - ./help/action.sh - - - name: Pushes to i18n repository - uses: cpina/github-action-push-to-another-repository@main - env: - API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} - with: - source-directory: './CasaOS-i18n' - destination-github-username: 'IceWhaleTech' - destination-repository-name: 'CasaOS-i18n' - user-email: a624669980@163.com - target-branch: main