Closed jackoat29 closed 5 months ago
👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labeled with Status: Up for grabs
. You & others like you are the reason all of this works! So thank you & happy coding! 🚀
This is a known issue for a long time, unfortunately there is nothing we can do about it. Closing in favor of #26
What happened?
Not sure if this fits as a bug or documentation.
When using this GitHub Action within VS Code with the GitHub Actions extension; the syntax highlighting / linting is broken. See: and
I believe the reason for that is because in the
action.yml
file, only 2 inputs are defined, and the others are not. See after line 6.The solution to this should be as simple as adding name and description for the other inputs as well. As in this file from another GitHub Action.
Versions
v2.x
Relevant log output
No response
Code of Conduct