This version allows more control around which repository and/or commit your action is creating Checks on:
- Add optional
repo
input (e.g.myusername/myrepo
) to create checks on that repository - Add optional
sha
input to create checks against that commit
Note that the provided token
will need to have access to the given repo