diff --git a/.github/workflows/i18n.yml b/.github/workflows/i18n.yml index 99c1778..11fcac8 100644 --- a/.github/workflows/i18n.yml +++ b/.github/workflows/i18n.yml @@ -22,13 +22,13 @@ jobs: cat ./CasaOS-i18n/back-end/en_us.json 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 + - 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