Skip to content

Fix typo

Fix typo #36

name: Build firmware - All Dagoma variants
on:
pull_request:
branches:
- DE200-2.1.x
paths:
- '.github/workflows/build_*.yaml'
- 'Marlin/**'
push:
branches:
- DE200-2.1.x
paths:
- '.github/workflows/build_*.yaml'
- 'Marlin/**'
release:
types:
- published
workflow_dispatch:
jobs:
build_multiple:
strategy:
fail-fast: false
matrix:
lang:
- en
- fr
- de
screen: [Std, None]
extruder: [Std, Extruder+, Bicolor]
z_screws: [Std, Expert]
size: [Std, xl]
warping: [Std, Bed]
thermist: [White, Black]
pinout: [Std]
head: [Std, Z122]
exclude:
- screen: None
lang: fr # language is irrelevant without screen
- screen: None
lang: de # language is irrelevant to nolcd
- screen: None
extruder: Extruder+ # Filament sensor (and hence filament runout and hence advanced pause) needs lcd
- screen: None
extruder: Bicolor # Filament sensor (and hence filament runout and hence advanced pause) needs lcd
- pinout: Mks
extruder: Bicolor # no pinouts for filament sensor 2 on standard pinouts
permissions:
contents: write
name: Build ${{ matrix.lang }}
uses: ./.github/workflows/build_single.yaml

Check failure on line 52 in .github/workflows/build_multiple.yaml

View workflow run for this annotation

GitHub Actions / Build firmware - All Dagoma variants

Invalid workflow file

The workflow is not valid. In .github/workflows/build_multiple.yaml (Line: 52, Col: 11): Error from called workflow Sophist-UK/Marlin-DiscoEasy200/.github/workflows/build_single.yaml@7d6a542d935b33088243c7ba065c97a611bd3ae3 (Line: 171, Col: 11): Unexpected end of expression: ''''. Located at position 72 within expression: (inputs.screen != 'None' && inputs.screen != 'Std' && inputs.screen || ''
with:
lang: ${{ matrix.lang }}
screen: ${{ matrix.screen }}
extruder: ${{ matrix.extruder }}
z_screws: ${{ matrix.z_screws }}
size: ${{ matrix.size }}
warping: ${{ matrix.warping }}
thermist: ${{ matrix.thermist }}
pinout: ${{ matrix.pinout }}
head: ${{ matrix.head }}
secrets: inherit