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

remove inputs from action.yml since they are all env vars now #58

Merged
merged 1 commit into from
Jun 14, 2024

Conversation

tastapod
Copy link
Contributor

@tastapod tastapod commented Jun 13, 2024

While this input stanza in action.yml does not have any impact on the build, it causes warnings in VS Code because it specifies a few mandatory values that are now provided as environment variables.

Fixes #57

Copy link
Owner

@benmatselby benmatselby left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for this @tastapod. I wonder if things have changed since I originally built this. It kinda "just works" all the time, so I don't spend that much time looking at this.

I've re-read the docs and this change seems to make sense :)

@benmatselby benmatselby merged commit 969d3f1 into benmatselby:main Jun 14, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

Redundant parameters still listed as 'required' in action.yml
2 participants