From f82eb0b5766d2b64ea7ac206ba1ff1b2106ece87 Mon Sep 17 00:00:00 2001 From: Minionguyjpro Date: Sat, 8 Jul 2023 14:40:57 +0200 Subject: [PATCH] Update index.js --- dist/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 5f0fecf..c801753 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1,7 +1,6 @@ const core = require('@actions/core'); // eslint-disable-next-line no-unused-vars const github = require('@actions/github'); -const { exit } = require('process'); const options = core.getInput('options'); const path = core.getInput('path');