toolkit
toolkit copied to clipboard
The GitHub ToolKit for developing GitHub Actions.
Hello actions/toolkit! I've noticed that the document still references `@octokit/webhooks-definitions`, which has been deprecated by https://github.com/octokit/webhooks/issues/447. This PR updates the reference from `@octokit/webhooks-definitions` to `@octokit/webhooks-types` to avoid confusion.
e.g.: `hello{a,b,}` would match `helloa`, `hellob`, and `hello`
**Describe the bug** Attempting to use tool-cache `downloadTool` to download Amazon Corretto 8 from the following URL results in an "Invalid URL" error. https://corretto.aws/downloads/latest/amazon-corretto-8-x64-macos-jdk.pkg The URL is not invalid. **To...
Hello guys, first thing I want to say: You have been doing an amazing job! I did a lot of GitHub actions and this libraries are amazing. I only ask...
**Describe the bug** A processes stderr is always sent to stdout instead of stderr unless the failOnStdErr option is set. I want to silence stdout while keeping stderr. I tried...
**Describe the enhancement** When running this code on a self hosted runner, called by `google-github-actions/setup-gcloud` and trying to back `RUNNER_TOOL_CACHE` with a S3 bucket, it fails with `EPERM: operation not...
Occasionally throwing error "Cannot read properties of undefined (reading 'message')" on getIdToken
**Describe the bug** It's related to a error raised in https://github.com/aws-actions/configure-aws-credentials/issues/395 where the OIDC client seems to throw an error which seems to be undefined somehow. We've tracked it down...
I initially created a PR right away considering the low complexity of the change but I'm not sure if it went under the radar or not. https://github.com/actions/toolkit/pull/1469 **Describe the enhancement**...
This PR exposes `RequestError` which is the error class used by any of the octokit request functions: ```ts try { await octokit.rest.git.getRef({ owner, repo, ref, }); } catch (err: unknown)...
See security issue information: * https://github.com/nodejs/undici/security/advisories/GHSA-wqq4-5wpv-mx2g * https://github.com/vHeemstra/vite-plugin-imagemin/security/dependabot/17 https://github.com/actions/toolkit/blob/main/packages/http-client/package.json#L49