mirror of
https://codeberg.org/gitnex/GitNex.git
synced 2024-12-16 15:48:13 +08:00
c44dcf86c3
The message is mainly copied from Gitea's message. Co-authored-by: qwerty287 <ndev@web.de> Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/1140 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>
13 lines
414 B
YAML
13 lines
414 B
YAML
pipeline:
|
|
push:
|
|
image: crowdin/cli:3.7.8
|
|
commands:
|
|
- cp crowdin.example.yml crowdin.yml
|
|
- sed -i 's/-removed-/'"$CROWDIN_TOKEN"'/' crowdin.yml
|
|
- crowdin push
|
|
secrets: [ CROWDIN_TOKEN ]
|
|
when:
|
|
event: [ push, tag ]
|
|
branch: main
|
|
path: [ app/src/main/res/values/strings.xml, fastlane/metadata/android/en-US/*.txt, fastlane/metadata/android/en-US/changelogs/*.txt ]
|