Skip to content

JasonEtco/actions-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

actions-counter

[WIP] A counter service for GitHub Actions

NPM Build Status Codecov

Usage

Automatically used by actions-toolkit.

You can also make PUTs:

curl -XPUT https://action-counter.is/my-workflow/my-action

Routes

PUT /badge/:workflow/:action -> exports.increment
GET /badge/:action/runs -> exports.runs
GET /badge/:action/workflows -> exports.workflows

Uses badgen to generate SVGs.

Todo

  • Determine host (Now, Lambda, GCF, other?)
  • Update request/response code to match FaaS signature
  • Get action/workflow names from request body
  • Will owner/action names mess with the proposed routes?

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published