npm.io
1.0.0 • Published 9 years agoCLI

set-commit-status

Licence
MIT
Version
1.0.0
Deps
3
Vulns
0
Weekly
0
Stars
2

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.