From c6de82d3909c5d5a552a0cd3bb0ddca710de5faa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Feb 2021 20:01:08 +0000 Subject: [PATCH] Add built distro files --- dist/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dist/index.js b/dist/index.js index 5b90008..1142202 100644 --- a/dist/index.js +++ b/dist/index.js @@ -198,6 +198,7 @@ const fs = __nccwpck_require__(5747); try { const tenantName = core.getInput('tenant-name'); const jwtSecret = core.getInput('api-secret'); + const filePath = core.getInput('template-file'); const BASE_URL = "https://us.healthbot.microsoft.com/"; const jwtToken = jwt.sign({ @@ -205,6 +206,7 @@ try { iat: Math.floor(Date.now() / 1000) }, jwtSecret); + console.log(filePath); const body = fs.readFileSync(core.getInput('template-file')); console.log(body);