chainguard-dev/melange

Strict validation of pipeline inputs

jdolitsky opened this issue · 0 comments

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: