Fix push step (#1044)

The filename was not correct. (Running this right now won't start the push step, I can search for unused strings I can delete in this PR so it will be triggered.)

Co-authored-by: qwerty287 <ndev@web.de>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/1044
Reviewed-by: M M Arif <mmarif@noreply.codeberg.org>
Co-authored-by: qwerty287 <qwerty287@noreply.codeberg.org>
Co-committed-by: qwerty287 <qwerty287@noreply.codeberg.org>
This commit is contained in:
qwerty287 2022-02-23 09:11:35 +01:00 committed by M M Arif
parent aa30aba794
commit aaafe881c1
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ push_translations:
script:
- echo "Set up Crowdin CLI"
- cp crowdin.example.yml crowdin.yml
- sed -i 's/-removed-/$CROWDIN_TOKEN/' filename
- sed -i 's/-removed-/$CROWDIN_TOKEN/' crowdin.yml
- echo "Push translations"
- crowdin push