mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-05 19:38:39 +00:00
Fix yaml syntax
This commit is contained in:
parent
fdfd0f5f39
commit
fe5b57372e
1 changed files with 4 additions and 5 deletions
9
.github/workflows/crowdin-sync.yml
vendored
9
.github/workflows/crowdin-sync.yml
vendored
|
@ -1,18 +1,17 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
#schedule:
|
# schedule:
|
||||||
#- cron: "*/60 * * * *"
|
#- cron: "*/60 * * * *"
|
||||||
|
|
||||||
|
|
||||||
name: Crowdin Sync
|
name: Crowdin Sync
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
crowdin-sync:
|
crowdin-sync:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: crowdin-action
|
- name: crowdin-action
|
||||||
uses: crowdin/github-action@1.4.11
|
uses: crowdin/github-action@1.4.11
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue