From 53a11a47f129fe4726ca04846b57c42ad1ee7e50 Mon Sep 17 00:00:00 2001 From: Technote Date: Sat, 15 May 2021 12:58:13 +0900 Subject: [PATCH 1/2] chore: tweaks --- src/types.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/types.ts b/src/types.ts index c3684747..0ac85537 100644 --- a/src/types.ts +++ b/src/types.ts @@ -1,4 +1,6 @@ import {GitHub} from '@actions/github/lib/utils'; import {RestEndpointMethods} from '@octokit/plugin-rest-endpoint-methods/dist-types/generated/method-types'; -export type Octokit = InstanceType & RestEndpointMethods; +export type Octokit = InstanceType & { + rest: RestEndpointMethods; +}; From 3247bf495f930930cac95a97037b212c276833d8 Mon Sep 17 00:00:00 2001 From: Technote Date: Sat, 15 May 2021 12:59:22 +0900 Subject: [PATCH 2/2] feat: update package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7ed40e9d..f8b400a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@technote-space/github-action-test-helper", - "version": "0.7.11", + "version": "0.7.12", "description": "Test helper for GitHub Actions.", "keywords": [ "github",