Update i18n.yml
This commit is contained in:
parent
c44fc4e38e
commit
4e264b7fd4
|
@ -1,13 +1,12 @@
|
||||||
name: update i18n repo
|
name: update i18n repo
|
||||||
|
|
||||||
on:
|
on:
|
||||||
repository_dispatch:
|
push:
|
||||||
workflow_dispatch:
|
branches:
|
||||||
inputs:
|
- main
|
||||||
ssh:
|
pull_request:
|
||||||
description: 'SSH connection to Actions'
|
branches:
|
||||||
required: false
|
- main
|
||||||
default: 'false'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -19,8 +18,6 @@ jobs:
|
||||||
git clone https://github.com/IceWhaleTech/CasaOS-i18n.git
|
git clone https://github.com/IceWhaleTech/CasaOS-i18n.git
|
||||||
chmod +x ./help/action.sh
|
chmod +x ./help/action.sh
|
||||||
./help/action.sh
|
./help/action.sh
|
||||||
cat ./CasaOS-i18n/back-end/en_us.json
|
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue