Logitech / vc-update-gh-actions

OWNER: kramachandran1@logitech.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/update-previous-checks@v1.0.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} check_name: verify-pr-labels

About

OWNER: kramachandran1@logitech.com


Languages

Language:JavaScript 74.1%Language:Dockerfile 25.9%