From fe5b57372e2cb2b7ef1b364d54cf0d26c7ee4119 Mon Sep 17 00:00:00 2001 From: jvyden Date: Fri, 12 Aug 2022 20:25:24 -0400 Subject: [PATCH] Fix yaml syntax --- .github/workflows/crowdin-sync.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/crowdin-sync.yml b/.github/workflows/crowdin-sync.yml index caa00895..cc496c0f 100644 --- a/.github/workflows/crowdin-sync.yml +++ b/.github/workflows/crowdin-sync.yml @@ -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: