From 3673bc4c4f8a4fc10e635ae677693f0cd6e84933 Mon Sep 17 00:00:00 2001 From: Karl Horky Date: Wed, 24 Mar 2021 18:13:28 +0100 Subject: [PATCH 1/2] Link to better octokit docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b58070c..77020b9 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ input should be the body of an asynchronous function call. The following arguments will be provided: - `github` A pre-authenticated - [octokit/core.js](https://github.com/octokit/core.js#readme) client with REST endpoints and pagination plugins + [octokit/rest.js](https://octokit.github.io/rest.js/v18) client with pagination plugins - `context` An object containing the [context of the workflow run](https://github.com/actions/toolkit/blob/main/packages/github/src/context.ts) - `core` A reference to the [@actions/core](https://github.com/actions/toolkit/tree/main/packages/core) package From bb407510e758161101a9837ede176acb84ad71f2 Mon Sep 17 00:00:00 2001 From: Karl Horky Date: Wed, 24 Mar 2021 18:20:16 +0100 Subject: [PATCH 2/2] Remove version number to default to latest version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77020b9..21313dc 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ input should be the body of an asynchronous function call. The following arguments will be provided: - `github` A pre-authenticated - [octokit/rest.js](https://octokit.github.io/rest.js/v18) client with pagination plugins + [octokit/rest.js](https://octokit.github.io/rest.js) client with pagination plugins - `context` An object containing the [context of the workflow run](https://github.com/actions/toolkit/blob/main/packages/github/src/context.ts) - `core` A reference to the [@actions/core](https://github.com/actions/toolkit/tree/main/packages/core) package