From 89d4552591fc7bea3c2dbaf9f512a5f4417d4539 Mon Sep 17 00:00:00 2001 From: link Date: Wed, 12 Jan 2022 11:29:30 +0800 Subject: [PATCH] Update i18n.yml --- .github/workflows/i18n.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/i18n.yml b/.github/workflows/i18n.yml index e504f60..bb4e3e7 100644 --- a/.github/workflows/i18n.yml +++ b/.github/workflows/i18n.yml @@ -18,3 +18,17 @@ jobs: run: | chmod +x ./help/action.sh ./help/action.sh + cat en_us.json + git clone https://github.com/IceWhaleTech/CasaOS-i18n.git + ls + + # - 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: 'output' + # destination-github-username: 'IceWhaleTech' + # destination-repository-name: 'CasaOS-i18n' + # user-email: a624669980@163.com + # target-branch: main