Skip to content

Commit

Permalink
Merge pull request #2 from jarzuaga-va/patch-1
Browse files Browse the repository at this point in the history
Update action.js
  • Loading branch information
ebram-va authored May 12, 2022
2 parents edf41b8 + e8b0133 commit e288586
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ const core = require('@actions/core')
const github = require('@actions/github')

async function exec () {
core.info("Starting action")
#core.info("Starting action")
try
{
core.info("Starting action 0")
const config = parseConfig()
core.info("Starting action 1")
const octokit = github.getOctokit(config.ghtoken)
Expand Down

0 comments on commit e288586

Please sign in to comment.