Package Exports
- github-action-in-circleci-shim
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (github-action-in-circleci-shim) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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);