You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current checkpatch-action is receiving input values through environment variables, but according to the GitHub Actions guide, input should be received using the with keyword. While it is possible to also support #27 issues using the existing approach, it would be better to support them using the with keyword.
Currently, I haven't started the work and have put it on hold since there hasn't been a request for it. However, if you want the support, I will consider changing the priority of the task.
Github action support a map of input parameters via the
with
keyword. Therefore, thecheckpatch-action
also needs to be modified to support it.The text was updated successfully, but these errors were encountered: