From 99192e8f6e36177e4307ca8d1539afdef93498eb Mon Sep 17 00:00:00 2001 From: Eric Bram <91956466+ebram-va@users.noreply.github.com> Date: Thu, 12 May 2022 17:22:06 -0400 Subject: [PATCH] Update action.js --- action.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.js b/action.js index 34d98eb..77fa7fe 100644 --- a/action.js +++ b/action.js @@ -7,7 +7,9 @@ async function exec () { try { const config = parseConfig() + core.info("Starting action 1") const octokit = github.getOctokit(config.ghtoken) + core.info("Starting action 2") const sdelements = new SDElements(config.url, config.apitoken, config.project) core.info(github.context.eventName) switch(github.context.eventName) {