Cura/.github/workflows/update-translation.yml
Workflow config file is invalid. Please check your config file: yaml: line 14: mapping values are not allowed in this context
Erwan MATHIEU 41526bfe70 Prepare for merge
CURA-11622
2024-12-04 15:01:15 +01:00

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 }}