Strict validation of pipeline inputs
jdolitsky opened this issue · 0 comments
jdolitsky commented
When using
- uses: go/build
with:
packages: .
output: demo
go-packages: go-other # wrong input name, should be "go-package"
The go-packages
input is wrong (should be go-package
) but pipeline does not fail, instead ignores the input and uses the default value. Go pipeline:
melange/pkg/build/pipelines/go/build.yaml
Line 10 in dfc2c1e