mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-05 21:07:52 +00:00
4b400d05d5
Bumps [starship/crowdin-pretranslate-action](https://github.com/starship/crowdin-pretranslate-action) from 0.1.0 to 0.1.1. - [Release notes](https://github.com/starship/crowdin-pretranslate-action/releases) - [Commits](https://github.com/starship/crowdin-pretranslate-action/compare/v0.1.0...v0.1.1) --- updated-dependencies: - dependency-name: starship/crowdin-pretranslate-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
16 lines
406 B
YAML
16 lines
406 B
YAML
# 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.1
|
|
with:
|
|
project_id: 372655
|
|
api_key: ${{ secrets.CROWDIN_API_KEY }}
|