github.com/crosscloudci/cr_plugin_github_actions

No description declared in shard.yml.

0 stars
0 dependents
License: MIT

Nothing has been indexed for 0.0.3 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.

Installation

# Add this to your shard.yml
dependencies:
  cr_plugin_github_actions:
    github: crosscloudci/cr_plugin_github_actions
    version: ~> 0.0.3

Then run:

shards install

shard.yml

No shard.yml has been indexed for 0.0.3. You can read it on the repository.

Dependencies

Unknown: the shard.yml for this version has not been read yet.

README

This README is the one indexed from the repository at its latest ref, not from the tag for this version.

cr_plugin_github_actions

Usage

Required Arguments

  • -p or --project is the project name in the format of orgname/project
  • -c or --commit is the commit reference
  • -t or --tag is the tag name

Status executable and response format

  1. The output is tab delimited
  2. The first line is a header
  3. The second line is data
  4. The status should be success, failure, or running
  5. The build_url should be the url where the status was found

Execution

./cli status --project crosscloudci/testproj --commit 4e9eaf4f50d39f7823406370b41402db5cb13009 status build_url failure https://travis-ci.org/crosscloudci/testproj/builds/622960349?utm_source=github_status&utm_medium=notification

Building

shards crystal build src/cli.cr

Contributing

  1. Fork it (https://github.com/your-github-user/cr_plugin_github_actions/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors