mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-06 11:58:38 +00:00
Fix yaml syntax
This commit is contained in:
parent
fdfd0f5f39
commit
fe5b57372e
1 changed files with 4 additions and 5 deletions
3
.github/workflows/crowdin-sync.yml
vendored
3
.github/workflows/crowdin-sync.yml
vendored
|
@ -2,17 +2,16 @@ 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
|
||||||
|
|
||||||
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
steps:
|
|
||||||
- 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