Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strict validation of pipeline inputs #1123

Open
jdolitsky opened this issue Apr 4, 2024 · 0 comments
Open

Strict validation of pipeline inputs #1123

jdolitsky opened this issue Apr 4, 2024 · 0 comments

Comments

@jdolitsky
Copy link
Member

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant