Skip to content

Commit

Permalink
Update action.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ebram-va authored May 12, 2022
1 parent 8a784ff commit 99192e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 99192e8

Please sign in to comment.