mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-05 03:18:45 +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]
|
||||
#schedule:
|
||||
# schedule:
|
||||
#- cron: "*/60 * * * *"
|
||||
|
||||
|
||||
name: Crowdin Sync
|
||||
|
||||
jobs:
|
||||
crowdin-sync:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: crowdin-action
|
||||
uses: crowdin/github-action@1.4.11
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue