mirror of
https://github.com/gitnex-org/gitnex.git
synced 2026-03-24 23:30:28 -05:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user