mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-19 12:19:37 +08:00
16 lines
349 B
YAML
16 lines
349 B
YAML
name: Update translations
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
inputs:
|
|
branch:
|
|
description: 'Specific branch to update translations on'
|
|
required: false
|
|
type: string
|
|
|
|
jobs:
|
|
update-translations:
|
|
uses: ultimaker/cura-workflows/.github/workflows/update-translations.yml@main
|
|
with:
|
|
branch: ${{ inputs.branch }}
|