From 84fe119e6a89f31b9a65c95ab6603dfd5f2337a8 Mon Sep 17 00:00:00 2001 From: Jonathan Atiene <34762800+bemijonathan@users.noreply.github.com> Date: Mon, 29 Apr 2024 14:50:00 +0100 Subject: [PATCH] fixed github context --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 5315f36..5c16dad 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,5 @@ import * as core from '@actions/core' -import github from '@actions/github' +import * as github from '@actions/github' import { SummarizeChanges, getChanges, CommentHandler } from './steps' import dotenv from 'dotenv' dotenv.config()