diff options
author | Christian Gade <christian_gade@hotmail.com> | 2020-10-30 16:03:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-30 16:03:57 +0100 |
commit | 5368164fbddae69169fbe842edd9351eaab582a5 (patch) | |
tree | 4e522389a33f45a57abd0b558be0a14010d82c07 /.github | |
parent | a7a15ca1977ba3a4ee365298e0181229f8083297 (diff) |
Fix gh-action-weblate-upload.yml
Remove -v
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/gh-action-weblate-upload.yml | 2 |
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" \ |