Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mukunku committed Aug 11, 2023
1 parent f03948d commit b342271
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ async function run() {

// Get owner and repo from context of payload that triggered the action
const { owner, repo } = github.context.repo
console.log(owner);
console.log(repo);

//const github = new GitHub(process.env.GITHUB_TOKEN || core.getInput('github_token'));
const octokit = github.getOctokit(process.env.GITHUB_TOKEN || core.getInput('github_token'));
var exists = 'false';
Expand All @@ -29,7 +28,6 @@ async function run() {

} catch(error) {
console.log("Tag was not found");
console.log(error);
}

core.setOutput('exists', exists);
Expand Down

0 comments on commit b342271

Please sign in to comment.