Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 624 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 624 Bytes

GitHub checks updater

This actionacts as a workround sets previously executed check run to successful state. https://github.community/t5/GitHub-Actions/duplicate-checks-on-pull-request-event/td-p/33157

Inputs

github_token

Required GitHub access token

check_name

Required The name of the check run that should be updated.

ref

Optional Git ref where check should be updated. Default is to check latest ref in the PR.

Example usage

uses: adoroshenko-logitech/[email protected] with: github_token: ${{ secrets.GITHUB_TOKEN }} check_name: verify-pr-labels