1.1.0 • Published 5 years ago

github-action-in-circleci-shim v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

github-action-in-circleci-shim

A shim for when you need to run a GitHub Action in CircleCI, to have more control over API limits.

This supports everything except the payload file, if you want that you should make a request to the GitHub API for the actual payload.

Usage

var shim = require('github-action-in-circleci-shim');
var actionName = "lint-codebase";

shim(actionName);
1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago