mirror of
https://codeberg.org/gitnex/GitNex
synced 2025-01-04 23:07:05 +01: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:
parent
aa30aba794
commit
aaafe881c1
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user