Delete i18n.yml

This commit is contained in:
link 2022-08-24 14:47:06 +08:00 committed by GitHub
parent 2b8e59f092
commit ce987198e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 31 deletions

View File

@ -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