From fa4f77bf022d03529ee7439f7d06769c8bb04b5d Mon Sep 17 00:00:00 2001 From: Wilco Alsemgeest Date: Tue, 15 Jun 2021 22:30:03 +0200 Subject: [PATCH] Update crowdin-wf.yml Dryrun successful, start real first run to add sources and existing translations --- .github/workflows/crowdin-wf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/crowdin-wf.yml b/.github/workflows/crowdin-wf.yml index 379293d..b4bbd51 100644 --- a/.github/workflows/crowdin-wf.yml +++ b/.github/workflows/crowdin-wf.yml @@ -41,7 +41,7 @@ jobs: # Configuration file to use config: 'crowdin.yml' # Use true for dryrun to test the run without actually processing anything - dryrun_action: true + dryrun_action: false env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}