1.0.0 • Published 7 years ago

set-commit-status v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

set-commit-status

NPM

Create a commit-status for the current branch and repository you are in. Needs an GH_TOKEN in the environment, that has at least status access.

set-commit-status <state> <context> <description> [<target_url>]
  state   pending, success, error, or failure.
  context   A string label to differentiate this status from the status of other systems.
  description   A short description of the status.
  target_url    The target URL to associate with this status.