Update i18n.yml
This commit is contained in:
parent
fff848f9de
commit
c44fc4e38e
|
@ -22,13 +22,13 @@ jobs:
|
||||||
cat ./CasaOS-i18n/back-end/en_us.json
|
cat ./CasaOS-i18n/back-end/en_us.json
|
||||||
ls
|
ls
|
||||||
|
|
||||||
# - name: Pushes to i18n repository
|
- name: Pushes to i18n repository
|
||||||
# uses: cpina/github-action-push-to-another-repository@main
|
uses: cpina/github-action-push-to-another-repository@main
|
||||||
# env:
|
env:
|
||||||
# API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
|
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
|
||||||
# with:
|
with:
|
||||||
# source-directory: 'output'
|
source-directory: './CasaOS-i18n'
|
||||||
# destination-github-username: 'IceWhaleTech'
|
destination-github-username: 'IceWhaleTech'
|
||||||
# destination-repository-name: 'CasaOS-i18n'
|
destination-repository-name: 'CasaOS-i18n'
|
||||||
# user-email: a624669980@163.com
|
user-email: a624669980@163.com
|
||||||
# target-branch: main
|
target-branch: main
|
||||||
|
|
Loading…
Reference in New Issue