diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2023-05-14 16:57:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-14 08:57:23 +0000 |
commit | 22da9da0e8aae2d247dbd9a5c3ec6aeef2aad249 (patch) | |
tree | cfe6fa556e6f9e910e3dd033de43d161b6c32ff5 /.github/workflows | |
parent | a8f643c56ec9dbefa6c1ba6910b0a484eec2d91a (diff) | |
download | gitea-22da9da0e8aae2d247dbd9a5c3ec6aeef2aad249.tar.gz gitea-22da9da0e8aae2d247dbd9a5c3ec6aeef2aad249.zip |
Update cron-translations.yml (#24708)
Fix cron translations push failure
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/cron-translations.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/cron-translations.yml b/.github/workflows/cron-translations.yml index 97e1ff9739..bc24dd4854 100644 --- a/.github/workflows/cron-translations.yml +++ b/.github/workflows/cron-translations.yml @@ -38,6 +38,7 @@ jobs: env: CROWDIN_KEY: ${{ secrets.CROWDIN_KEY }} PLUGIN_UPLOAD: true + PLUGIN_EXPORT_DIR: options/locale/ PLUGIN_IGNORE_BRANCH: true PLUGIN_PROJECT_IDENTIFIER: gitea PLUGIN_FILES: | |