Releases: LouisBrunner/checks-action
Releases · LouisBrunner/checks-action
v1.1.1
Bug fixes
- Fix a bug where a workflow run with the
pull_request
trigger would not select the right SHA and checks wouldn't show correctly (#12)
v1.1.0
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
v1.0.0
Changes included:
conclusion
is now optional ifstatus
is notcompleted
- Add a
check_id
so one can update a previous non-completed
check (name
is then optional) - Fix incorrect usage example
- Add
details_url
which will be used if noactions
orconclusion
=action_required
aren't provided
Initial release
Initial release
This action allows you to interact with the Check Runs API easily.
Issues
- Action Required conclusion: button doesn't work
- Action elements: button doesn't work
- Non-completed status: too many arguments required