github.com/crosscloudci/cr_plugin_github_actions

No description declared in shard.yml.

0 stars
0 dependents
License: MIT

Installation

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

Then run:

shards install

shard.yml

Crystal
0.31.1
License
MIT
Authors
W. Watson, Joshua Darius
Target
  • cr_plugin_github_actions from src/cr_plugin_github_actions.cr

Dependencies

Runtime Dependencies

README

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