github-status-action icon indicating copy to clipboard operation
github-status-action copied to clipboard

feat: allow GHES usage

Open aslafy-z opened this issue 3 years ago • 0 comments

As the base API url is hardcoded, this actions does not work in a GHES / proxy context. See https://github.com/actions/toolkit/blob/main/packages/github/README.md

This PR includes:

  • upgrade dependencies
  • upgrade action runtime to node 16
  • replace lockfile dependencies with NPM registry
  • lint code

aslafy-z avatar Sep 15 '22 09:09 aslafy-z