aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-06-16 13:15:31 +0530
committerGitHub <noreply@github.com>2022-06-16 13:15:31 +0530
commitc7e2174c441969b1da536f754a875fe23518f12a (patch)
tree35fa4783e9b31d0fbedd10f5281a14c19f3f9c0a /.github
parent5d7fde8bc76ac9e880ff2a27e9887fc26ebfc1f8 (diff)
Fix Crowdin GitHub Actions job (#1961)
* github: turn off configuration cache for Crowdin job * gradle: bump ktfmt
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/sync_crowdin.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/sync_crowdin.yml b/.github/workflows/sync_crowdin.yml
index 3f58942e..f3ed12f0 100644
--- a/.github/workflows/sync_crowdin.yml
+++ b/.github/workflows/sync_crowdin.yml
@@ -20,7 +20,7 @@ jobs:
- name: Download new translations from Crowdin
uses: gradle/gradle-build-action@v2.2.0
with:
- arguments: crowdin
+ arguments: --no-configuration-cache crowdin
env:
CROWDIN_LOGIN: ${{ secrets.CROWDIN_LOGIN }}
CROWDIN_PROJECT_KEY: ${{ secrets.CROWDIN_PROJECT_KEY }}