aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/gh-action-weblate-upload.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/gh-action-weblate-upload.yml b/.github/workflows/gh-action-weblate-upload.yml
index db2474e6aa..34493398f7 100644
--- a/.github/workflows/gh-action-weblate-upload.yml
+++ b/.github/workflows/gh-action-weblate-upload.yml
@@ -21,7 +21,7 @@ jobs:
env:
TOKEN: "${{ secrets.WEBLATE_TOKEN }}"
run: |
- curl -v \
+ curl \
--form file=@addons/resource.language.en_gb/resources/strings.po \
--form method=source \
-H "Authorization: Token $TOKEN" \