kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
Update Crowdin API base URL and add base URL to action
rodzic
e7a76ba156
commit
f2d3fef199
|
@ -15,6 +15,7 @@ jobs:
|
|||
- name: Synchronize with Crowdin
|
||||
uses: crowdin/github-action@v2
|
||||
with:
|
||||
base_url: 'https://meshtastic.crowdin.com/api/v2'
|
||||
config: 'config/crowdin/crowdin.yml'
|
||||
upload_sources: true
|
||||
upload_translations: false
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"project_id_env": "CROWDIN_PROJECT_ID"
|
||||
"api_token_env": "CROWDIN_PERSONAL_TOKEN"
|
||||
"base_path": "."
|
||||
"base_url": "https://meshtastic.api.crowdin.com"
|
||||
"base_url": "https://meshtastic.crowdin.com/api/v2"
|
||||
|
||||
#
|
||||
# Defines whether to preserve the original directory structure in the Crowdin project
|
||||
|
|
Ładowanie…
Reference in New Issue