github-action-in-circleci-shim

1.1.0 • Public • Published

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);

Readme

Keywords

Package Sidebar

Install

npm i github-action-in-circleci-shim

Weekly Downloads

2

Version

1.1.0

License

MIT

Unpacked Size

2.96 kB

Total Files

4

Last publish

Collaborators

  • nessex