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);