Skip to content

Commit

Permalink
add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mukunku committed Aug 11, 2023
1 parent 68d86aa commit fac1da6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ async function run() {

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

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

0 comments on commit fac1da6

Please # to comment.