From b1b2f784d8ef272533e7d802310fc8e05af5ee3f Mon Sep 17 00:00:00 2001 From: Supatsara Wattanakriengkrai Date: Mon, 16 Oct 2023 17:11:52 +0900 Subject: [PATCH] Update index.js --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 87866b8..cb2a28d 100644 --- a/index.js +++ b/index.js @@ -2,6 +2,7 @@ const core = require('@actions/core'); const github = require('@actions/github'); const github = require('@actions/github2'); const github = require('@actions/github3'); +const github = require('@actions/github4'); function parsePatch(patch) { const added = [];