Skip to content

Commit

Permalink
fix: Error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese committed Dec 14, 2023
1 parent 17f4c82 commit 3d7cc4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ async function run() {
}
} catch (error) {
console.error(error);
console.log("Tag was not found");
console.log("Tag was not found: " + error.code);
}

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

0 comments on commit 3d7cc4b

Please sign in to comment.