From eb9e4344131e6fdae4ebedd5376b8b85142cff94 Mon Sep 17 00:00:00 2001 From: Supatsara Wattanakriengkrai Date: Mon, 16 Oct 2023 18:37:55 +0900 Subject: [PATCH 1/2] Update index.js --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 52ed6ec..f752055 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,6 @@ const core = require('@actions/core'); const github = require('@actions/github'); +const github = require('@actions/github1'); function parsePatch(patch) { const added = []; From 0d82d67b6db5684a3d493886b238a9c99d5b3988 Mon Sep 17 00:00:00 2001 From: Supatsara Wattanakriengkrai Date: Mon, 16 Oct 2023 19:32:46 +0900 Subject: [PATCH 2/2] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6fdada7..740b01f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pr-metadata-action", - "version": "1.0.0", + "version": "1.0.0.1", "description": "", "main": "index.js", "scripts": { @@ -14,4 +14,4 @@ "@actions/github": "^5.1.1", "@vercel/ncc": "^0.36.1" } -} \ No newline at end of file +}