From ba0d5ef4772b5a7f14fb97398bc4b4bed99e7057 Mon Sep 17 00:00:00 2001 From: Shakar <5h4k4r.b4kr@gmail.com> Date: Sun, 17 Sep 2023 14:12:48 +0300 Subject: [PATCH] Update index.js Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com> --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 4df124e..7f19dca 100644 --- a/index.js +++ b/index.js @@ -1,6 +1,7 @@ const core = require('@actions/core') const github = require('@actions/github') const fs = require('fs') +const xml2js = require('xml2js') try { const label = core.getInput('label'); console.log(`Label: ${label}`)