mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-05 21:07:52 +00:00
ci: Add daily Crowdin Pretranslation trigger (#3983)
This commit is contained in:
parent
296d55f47e
commit
190dfa8885
15
.github/workflows/crowdin-pretranslate.yml
vendored
Normal file
15
.github/workflows/crowdin-pretranslate.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
# Run pre-translate with translation memory, all files/langs, at midnight daily.
|
||||
name: Crowdin Updates
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
jobs:
|
||||
trigger_crowdin_tm:
|
||||
name: Crowdin Translation Memory Trigger
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: starship/crowdin-pretranslate-action@v0.1.0
|
||||
with:
|
||||
project_id: 372655
|
||||
api_key: ${{ secrets.CROWDIN_API_KEY }}
|
Loading…
Reference in New Issue
Block a user